Title: [117035] trunk/LayoutTests
Revision
117035
Author
[email protected]
Date
2012-05-15 00:04:00 -0700 (Tue, 15 May 2012)

Log Message

Content Security Policy console error messages should include the violated directive.
https://bugs.webkit.org/show_bug.cgi?id=86323

Patch by Christophe Dumez <[email protected]> on 2012-05-15
Reviewed by Adam Barth.

Update global expectations for 1 Content Security Policy test after r117006.

* http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117034 => 117035)


--- trunk/LayoutTests/ChangeLog	2012-05-15 06:36:25 UTC (rev 117034)
+++ trunk/LayoutTests/ChangeLog	2012-05-15 07:04:00 UTC (rev 117035)
@@ -1,3 +1,14 @@
+2012-05-15  Christophe Dumez  <[email protected]>
+
+        Content Security Policy console error messages should include the violated directive.
+        https://bugs.webkit.org/show_bug.cgi?id=86323
+
+        Reviewed by Adam Barth.
+
+        Update global expectations for 1 Content Security Policy test after r117006.
+
+        * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
+
 2012-05-14  Csaba Osztrogonác  <[email protected]>
 
         [Qt] Unreviewed morning gardening to paint the Qt bots green.

Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt (117034 => 117035)


--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt	2012-05-15 06:36:25 UTC (rev 117034)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt	2012-05-15 07:04:00 UTC (rev 117035)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Refused to load media from 'http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/content/test.mp4&mimeType=video/mp4&stallAt=100000' because of Content-Security-Policy.
+CONSOLE MESSAGE: Refused to load the media 'http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/content/test.mp4&mimeType=video/mp4&stallAt=100000' because it violates the following Content Security Policy directive: "media-src 'none'".
 
 END OF TEST
 This test passes if it doesn't alert failure.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to