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