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

Unified Diff: tests/html/html.status

Issue 140853005: update custom elements and shadow dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 59236218864893f3b2dddef2c4eef0264a7a84ec..ad4a9cf40f17dced312c0f2c9f6700bc7ee8f925 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -13,14 +13,14 @@ custom/js_custom_test: Fail # Issue 14643
element_offset_test/offset: Pass, Fail # Issue 13296
custom/template_wrappers_test: Pass, Fail # Test is for Dartium GC issues
-[ $compiler == dart2js && $runtime != drt && $browser ]
+[ $compiler == dart2js && $browser ]
+custom/created_callback_test: Fail # Support for created constructor.
+
+# For now dart2js uses the polyfill even on DRT
custom/document_register_type_extensions_test/namespaces: Fail # Polyfill does not support createElementNS
custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
-[ $compiler == dart2js && $browser ]
-custom/created_callback_test: Fail # Support for created constructor.
-
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos]
audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601

Powered by Google App Engine
This is Rietveld 408576698