Title: [120493] trunk/LayoutTests
- Revision
- 120493
- Author
- [email protected]
- Date
- 2012-06-15 14:34:52 -0700 (Fri, 15 Jun 2012)
Log Message
http/tests/fileapi/create-blob-url-from-data-url.html fails
https://bugs.webkit.org/show_bug.cgi?id=89149
Reviewed by Adam Barth.
Convert the test to check if blob URL can be created in a data iframe.
* http/tests/fileapi/create-blob-url-from-data-url-expected.txt:
* http/tests/fileapi/create-blob-url-from-data-url.html:
* platform/chromium/TestExpectations:
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (120492 => 120493)
--- trunk/LayoutTests/ChangeLog 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/ChangeLog 2012-06-15 21:34:52 UTC (rev 120493)
@@ -1,3 +1,20 @@
+2012-06-15 Jian Li <[email protected]>
+
+ http/tests/fileapi/create-blob-url-from-data-url.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=89149
+
+ Reviewed by Adam Barth.
+
+ Convert the test to check if blob URL can be created in a data iframe.
+
+ * http/tests/fileapi/create-blob-url-from-data-url-expected.txt:
+ * http/tests/fileapi/create-blob-url-from-data-url.html:
+ * platform/chromium/TestExpectations:
+ * platform/efl/Skipped:
+ * platform/gtk/TestExpectations:
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+
2012-06-15 David Barton <[email protected]>
Inherit style changes in MathML anonymous renderers
Modified: trunk/LayoutTests/http/tests/fileapi/create-blob-url-from-data-url-expected.txt (120492 => 120493)
--- trunk/LayoutTests/http/tests/fileapi/create-blob-url-from-data-url-expected.txt 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/http/tests/fileapi/create-blob-url-from-data-url-expected.txt 2012-06-15 21:34:52 UTC (rev 120493)
@@ -1,4 +1,4 @@
-Test case for checking blob URL not allowed to be created from the code running from data URI
+Test case for checking blob URL can be created from the code running from data URI
-PASS: no blob URL is created
+PASS: created blob URL
Modified: trunk/LayoutTests/http/tests/fileapi/create-blob-url-from-data-url.html (120492 => 120493)
--- trunk/LayoutTests/http/tests/fileapi/create-blob-url-from-data-url.html 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/http/tests/fileapi/create-blob-url-from-data-url.html 2012-06-15 21:34:52 UTC (rev 120493)
@@ -16,9 +16,9 @@
return;
var blobURL = location.hash.substr(1);
if (blobURL == "null")
- log("PASS: no blob URL is created");
+ log("FAIL: no blob URL is created");
else
- log("FAIL: created " + blobURL);
+ log("PASS: created blob URL");
clearInterval(t);
if (window.testRunner)
testRunner.notifyDone();
@@ -26,7 +26,7 @@
</script>
</head>
<body>
-<p> Test case for checking blob URL not allowed to be created from the code running from data URI</p>
+<p> Test case for checking blob URL can be created from the code running from data URI</p>
<pre id='console'></pre>
<iframe src=""
</body>
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (120492 => 120493)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-15 21:34:52 UTC (rev 120493)
@@ -3823,8 +3823,6 @@
BUGCR132898 : http/tests/websocket/tests/hybi/workers/close.html = TEXT
-BUGWK89149 : http/tests/fileapi/create-blob-url-from-data-url.html = TEXT
-
// Flaky
BUGWK89166 : http/tests/messaging/cross-domain-message-event-dispatch.html = TEXT
BUGWK89167 : media/track/track-cue-rendering-snap-to-lines-not-set.html = TEXT
Modified: trunk/LayoutTests/platform/efl/Skipped (120492 => 120493)
--- trunk/LayoutTests/platform/efl/Skipped 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/platform/efl/Skipped 2012-06-15 21:34:52 UTC (rev 120493)
@@ -1179,6 +1179,3 @@
# Fail until ENABLE_XHR_RESPONSE_BLOB is enabled after r120042
# https://bugs.webkit.org/show_bug.cgi?id=88859
http/tests/xmlhttprequest/response-blob-size.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=89149
-http/tests/fileapi/create-blob-url-from-data-url.html
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (120492 => 120493)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2012-06-15 21:34:52 UTC (rev 120493)
@@ -1224,8 +1224,6 @@
BUGWK88138 : http/tests/media/video-buffered.html = TEXT
-BUGWK89149 : http/tests/fileapi/create-blob-url-from-data-url.html = TEXT
-
BUGWK89205 : editing/spelling/grammar-edit-word.html = TEXT
BUGWK54637 : media/video-display-toggle.html = TEXT
Modified: trunk/LayoutTests/platform/mac/Skipped (120492 => 120493)
--- trunk/LayoutTests/platform/mac/Skipped 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/platform/mac/Skipped 2012-06-15 21:34:52 UTC (rev 120493)
@@ -894,6 +894,3 @@
# Fail until ENABLE_XHR_RESPONSE_BLOB is enabled after r120042
# https://bugs.webkit.org/show_bug.cgi?id=88859
http/tests/xmlhttprequest/response-blob-size.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=89149
-http/tests/fileapi/create-blob-url-from-data-url.html
Modified: trunk/LayoutTests/platform/qt/Skipped (120492 => 120493)
--- trunk/LayoutTests/platform/qt/Skipped 2012-06-15 21:21:29 UTC (rev 120492)
+++ trunk/LayoutTests/platform/qt/Skipped 2012-06-15 21:34:52 UTC (rev 120493)
@@ -2519,6 +2519,3 @@
# [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matching.html fails
# https://bugs.webkit.org/show_bug.cgi?id=88913
http/tests/xmlhttprequest/origin-exact-matching.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=89149
-http/tests/fileapi/create-blob-url-from-data-url.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes