OLD | NEW |
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 default referrer policy when navigating from a secure URL | 13 This test checks the default referrer policy when navigating from a secure URL |
14 to an insecure URL. The test passes if the printed referrer is empty. | 14 to an insecure URL. The test passes if the printed referrer is empty. |
15 </p> | 15 </p> |
16 <iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.htm
l?default"></iframe> | 16 <iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.htm
l?no-referrer-when-downgrade"></iframe> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |