Files
vadims 6af6e79b8d [PSST] Add consent dialog UI (#36529)
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>
2026-05-21 11:11:50 +02:00

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>