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>
20 lines
388 B
HTML
20 lines
388 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>a_test_2</h1>
|
|
<h1 id="current_user_id">a_test_user</h1>
|
|
</header>
|
|
|
|
<section>
|
|
<h2>Welcome to a_test_2</h2>
|
|
<p>A simple placeholder page with clean design and dummy content.</p>
|
|
</section>
|
|
|
|
<div>
|
|
<input type="checkbox" id="test2Checkbox" name="testCheckbox">
|
|
</div>
|
|
</body>
|
|
</html>
|