Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / 1.1 / referrer-default-http-http.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-when-downgrade' works correctly from HTTP to HTTP.");
10         expectFullReferrer(ReferrerTest.NO_REFERRER_WHEN_DOWNGRADE, ReferrerTest.HTTP, ReferrerTest.HTTP);
11     </script>
12 </body>
13 </html>