Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / 1.1 / referrer-never-https-https.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <script src="/js-test-resources/js-test.js"></script>
5     <script src="../resources/referrer-test.js"></script>
6 </head>
7 <body>
8     <script>
9         description("Test that 'no-referrer' works correctly from HTTPS to HTTPS.");
10         expectNoReferrer(ReferrerTest.NO_REFERRER, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
11     </script>
12 </body>
13 </html>