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

Side by Side Diff: LayoutTests/http/tests/security/referrer-policy-no-referrer.html

Issue 607433002: Referrer Policy: Update <meta name="referrer"> values to match the spec. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 6 years, 2 months 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.dumpChildFramesAsText(); 6 testRunner.dumpChildFramesAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 } 8 }
9 </script> 9 </script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <p> 12 <p>
13 This test checks the never referrer policy when navigating from an insecure 13 This test checks the never referrer policy when navigating from an insecure
14 URL to another insecure URL. The test passes if the printed referrer is empty. 14 URL to another insecure URL. The test passes if the printed referrer is empty.
15 </p> 15 </p>
16 <iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html ?never"></iframe> 16 <iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html ?no-referrer"></iframe>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698