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>
16 lines
271 B
HTML
16 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<header>
|
|
<h1>a_test_0</h1>
|
|
<h1 id="current_user_id">a_test_user</h1>
|
|
</header>
|
|
|
|
<section>
|
|
<h2>Welcome to a_test_0</h2>
|
|
<p>A simple placeholder page with clean design and dummy content.</p>
|
|
</section>
|
|
|
|
</body>
|
|
</html>
|