Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: tests/html/html.status

Issue 10915128: Implementing window.createObjectURL* (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Disabling test on IE since it's not supported on IE9. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | tests/html/url_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 27d455e00defb8628824c9fc8fdc0d3e9357d01d..26186c43021f3c6747e970070dccb40b3ab102b2 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -13,6 +13,7 @@ xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
+url_test: Fail # createObjectURL not implemented.
[ $compiler == none && $runtime == drt && $system == windows]
audiocontext_test: Skip
@@ -95,6 +96,7 @@ shadow_dom_layout_test: Fail
shadow_dom_test: Fail
storage_test: Fail
svg_3_test: Fail
+url_test: Fail # IE9 does not support createObjectURL (it is supported in IE10)
websocket_test: Fail
window_open_test: Skip # BUG(4016)
xsltprocessor_test: Skip # BUG(4016)
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | tests/html/url_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698