Title: [120625] trunk/LayoutTests
Revision
120625
Author
[email protected]
Date
2012-06-18 14:08:07 -0700 (Mon, 18 Jun 2012)

Log Message

Fix the expected result for this test.  This got landed with the wrong expected.txt file.

* http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120624 => 120625)


--- trunk/LayoutTests/ChangeLog	2012-06-18 20:40:28 UTC (rev 120624)
+++ trunk/LayoutTests/ChangeLog	2012-06-18 21:08:07 UTC (rev 120625)
@@ -1,3 +1,9 @@
+2012-06-18  Adam Barth  <[email protected]>
+
+        Fix the expected result for this test.  This got landed with the wrong expected.txt file.
+
+        * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt:
+
 2012-06-18  Dan Bernstein  <[email protected]>
 
         Ideographic comma and full-stops are mishandled in linebreak

Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt (120624 => 120625)


--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt	2012-06-18 20:40:28 UTC (rev 120624)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt	2012-06-18 21:08:07 UTC (rev 120625)
@@ -1 +1,4 @@
-This test passes if it doesn't crash.
+CONSOLE MESSAGE: Refused to connect to connect 'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt' because it violates the following Content Security Policy directive: "connect-src http://localhost:8000".
+
+Pass
+This test passes if the malformed meta tag doesn't cause a crash and the resource is blocked.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to