tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / http / tests / security / referrer-policy-https-origin.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController) {
5     layoutTestController.dumpAsText();
6     layoutTestController.dumpChildFramesAsText();
7     layoutTestController.waitUntilDone();
8 }
9 </script>
10 </head>
11 <body>
12 <p>
13 This test checks the origin 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
16 </p>
17 <iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?origin"></iframe>
18 </body>
19 </html>