Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / 1.1 / referrer-never-http-http.html
index 3a178e4..436a23c 100644 (file)
@@ -6,8 +6,8 @@
 </head>
 <body>
     <script>
-        description("Test that 'never' works correctly from HTTP to HTTP.");
-        expectNoReferrer(ReferrerTest.NEVER, ReferrerTest.HTTP, ReferrerTest.HTTP);
+        description("Test that 'no-referrer' works correctly from HTTP to HTTP.");
+        expectNoReferrer(ReferrerTest.NO_REFERRER, ReferrerTest.HTTP, ReferrerTest.HTTP);
     </script>
 </body>
 </html>