Title: [198643] trunk/LayoutTests
Revision
198643
Author
[email protected]
Date
2016-03-24 15:14:44 -0700 (Thu, 24 Mar 2016)

Log Message

Update expected results following <http://trac.webkit.org/changeset/198591>
(https://bugs.webkit.org/show_bug.cgi?id=155777)

* http/tests/security/contentSecurityPolicy/audio-redirect-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/video-redirect-blocked-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (198642 => 198643)


--- trunk/LayoutTests/ChangeLog	2016-03-24 20:17:01 UTC (rev 198642)
+++ trunk/LayoutTests/ChangeLog	2016-03-24 22:14:44 UTC (rev 198643)
@@ -1,3 +1,11 @@
+2016-03-24  Daniel Bates  <[email protected]>
+
+        Update expected results following <http://trac.webkit.org/changeset/198591>
+        (https://bugs.webkit.org/show_bug.cgi?id=155777)
+
+        * http/tests/security/contentSecurityPolicy/audio-redirect-blocked-expected.txt:
+        * http/tests/security/contentSecurityPolicy/video-redirect-blocked-expected.txt:
+
 2016-03-24  Youenn Fablet  <[email protected]>
 
         [Fetch API] Add basic loading of resources

Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/audio-redirect-blocked-expected.txt (198642 => 198643)


--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/audio-redirect-blocked-expected.txt	2016-03-24 20:17:01 UTC (rev 198642)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/audio-redirect-blocked-expected.txt	2016-03-24 22:14:44 UTC (rev 198643)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Refused to load media from 'http://localhost:8000/resources/balls-of-the-orient.aif' because it violates the following Content Security Policy directive: "media-src http://127.0.0.1:8000/resources/redirect.php".
-
+CONSOLE MESSAGE: Refused to load http://localhost:8000/resources/balls-of-the-orient.aif because it does not appear in the media-src directive of the Content Security Policy.
 ALERT: PASS
 

Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/video-redirect-blocked-expected.txt (198642 => 198643)


--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/video-redirect-blocked-expected.txt	2016-03-24 20:17:01 UTC (rev 198642)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/video-redirect-blocked-expected.txt	2016-03-24 22:14:44 UTC (rev 198643)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Refused to load media from 'http://localhost:8000/resources/test.mp4' because it violates the following Content Security Policy directive: "media-src http://127.0.0.1:8000/resources/redirect.php".
-
+CONSOLE MESSAGE: Refused to load http://localhost:8000/resources/test.mp4 because it does not appear in the media-src directive of the Content Security Policy.
 ALERT: PASS
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to