4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.dumpChildFramesAsText();
7 testRunner
.waitUntilDone();
13 This test checks the always referrer policy when navigating from a secure URL
14 to an insecure URL. The test passes if the printed referrer is
15 https://
127.0.0.1:
8443/security/resources/referrer-policy-start.html?unsafe-url
17 <iframe src=
"https://127.0.0.1:8443/security/resources/referrer-policy-start.html?unsafe-url"></iframe>