-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test page for brave/brave-browser#8319
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html> | ||
<head> | ||
<link rel="prefetch" href="https://fmarier.org/same-site/redirect4.html"> | ||
</head> | ||
<body> | ||
<ol> | ||
<li>Set some cookies by visiting <a href="https://fmarier.org/same-site/set-cookies.html">this page</a>.</li> | ||
<li>Check that the cookies were set by visiting <a href="https://fmarier.org/same-site/get-cookies.html">this page</a>.</li> | ||
<li>Open the network tab of the devtools.</li> | ||
<li>Force-reload the current page.</li> | ||
<li>Look for a network request to <tt>https://fmarier.org/same-site/redirect4.html</tt>. It should: | ||
<ul> | ||
<li>not have any cookies attached to it since we always block third-party cookies, and</li> | ||
<li>fail to redirect to <tt>https://fmarier.org/same-site/get-cookies.html</tt>.</li> | ||
</ul> | ||
</body> | ||
</html> |