Title: [127890] trunk/LayoutTests
Revision
127890
Author
roger_f...@apple.com
Date
2012-09-07 10:57:37 -0700 (Fri, 07 Sep 2012)

Log Message

http/tests/security/contentSecurityPolicy/blob-urls-match-self.html fails on Windows port.
https://bugs.webkit.org/show_bug.cgi?id=96133

Test fails on Windows port since added in http://trac.webkit.org/changeset/126785.
Blobs might be completely disabled on Windows. Adding to skip list for now.

* platform/win/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127889 => 127890)


--- trunk/LayoutTests/ChangeLog	2012-09-07 17:52:07 UTC (rev 127889)
+++ trunk/LayoutTests/ChangeLog	2012-09-07 17:57:37 UTC (rev 127890)
@@ -1,3 +1,13 @@
+2012-09-07  Roger Fong  <roger_f...@apple.com>
+
+        http/tests/security/contentSecurityPolicy/blob-urls-match-self.html fails on Windows port.
+        https://bugs.webkit.org/show_bug.cgi?id=96133
+
+        Test fails on Windows port since added in http://trac.webkit.org/changeset/126785.
+        Blobs might be completely disabled on Windows. Adding to skip list for now.
+
+        * platform/win/Skipped:
+
 2012-09-07  Tony Chang  <t...@chromium.org>
 
         [chromium] Unreviewed, fix overlapping test expectation.

Modified: trunk/LayoutTests/platform/win/Skipped (127889 => 127890)


--- trunk/LayoutTests/platform/win/Skipped	2012-09-07 17:52:07 UTC (rev 127889)
+++ trunk/LayoutTests/platform/win/Skipped	2012-09-07 17:57:37 UTC (rev 127890)
@@ -2221,5 +2221,8 @@
 # Dialog element is not yet enabled.
 fast/dom/HTMLDialogElement
 
-// Windows does not have global selection.
+# Windows does not have global selection.
 editing/pasteboard/paste-global-selection.html
+
+# https://bugs.webkit.org/show_bug.cgi?id=96133
+http/tests/security/contentSecurityPolicy/blob-urls-match-self.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to