Added failed consent dialog state to handle cases where applying privacy settings fails midway through the process and async handling to the policy script, along with additional browser tests to cover it. Resolves: https://github.com/brave/brave-browser/issues/55649 --------- Signed-off-by: Vadym Struts <vstruts@brave.com>
21 lines
371 B
HTML
21 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<header>
|
|
<h1>a_test_1</h1>
|
|
<h1 id="current_user_id">a_test_user</h1>
|
|
</header>
|
|
|
|
<section>
|
|
<h2>Welcome to a_test_1</h2>
|
|
<p>A simple placeholder page with clean design and dummy content.</p>
|
|
|
|
<div>
|
|
<input type="checkbox" id="test1Checkbox" name="testCheckbox">
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</body>
|
|
</html>
|