Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / 1.1 / referrer-always-http-https.html
index e8812c2..8a547ee 100644 (file)
@@ -6,8 +6,8 @@
 </head>
 <body>
     <script>
-        description("Test that 'always' works correctly from HTTP to HTTPS.");
-        expectFullReferrer(ReferrerTest.ALWAYS, ReferrerTest.HTTP, ReferrerTest.HTTPS);
+        description("Test that 'unsafe-url' works correctly from HTTP to HTTPS.");
+        expectFullReferrer(ReferrerTest.UNSAFE_URL, ReferrerTest.HTTP, ReferrerTest.HTTPS);
     </script>
 </body>
 </html>