Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: LayoutTests/http/tests/security/referrer-policy-origin-when-crossorigin-is-crossorigin-expected.txt

Issue 747903003: Referrer Policy: Introduce "Origin When Cross-Origin". [3/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@originwhencrossorigin
Patch Set: Rebaseline. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test checks the origin referrer policy when navigating from an insecure URL to another insecure URL. The test passes if the printed referrer is http://127. 0.0.1:8000 1 This test checks the origin referrer policy when navigating from an insecure URL to a cross-origin insecure URL. The test passes if the printed referrer is http ://127.0.0.1:8000
2 2
3 3
4 4
5 -------- 5 --------
6 Frame: '<!--framePath //<!--frame0-->-->' 6 Frame: '<!--framePath //<!--frame0-->-->'
7 -------- 7 --------
8 HTTP Referer header is http://127.0.0.1:8000/ 8 HTTP Referer header is http://127.0.0.1:8000/
9 Referrer is http://127.0.0.1:8000/ 9 Referrer is http://127.0.0.1:8000/
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698