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

Unified Diff: tests/html/html.status

Issue 10977017: Adding constructor to ContentElement. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing the test. 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
« tests/html/contentelement_test.dart ('K') | « tests/html/contentelement_test.dart ('k') | no next file » | 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 67de9daf9ffd97666eb8c19c3f53b62c80fb7cec..1aab7045ea1f7c9c077a34ce26fa79d46f08fe06 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -9,6 +9,9 @@ webgl_1_test: Skip # Issue 1495
xmldocument_test: Skip # XML in dart:html is incomplete
xmlelement_test: Skip # XML in dart:html is incomplete
+[ $runtime == chrome ]
+contentelement_test: Fail, Pass # Issue 5445: not supported on chrome stable.
Emily Fortuna 2012/09/25 17:39:22 I'd suggest putting this as strictly Pass or Fail,
blois 2012/09/25 22:19:56 Done.
+
[ $runtime == drt ]
xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
@@ -52,6 +55,7 @@ unknownelement_test: Fail # Issue 4189
history_test: Fail
[ $runtime == ie ]
+contentelement_test: Fail # ie does not support content element.
form_data_test: Fail # Issue 4793.
form_element_test: Fail # Issue 4793.
typed_arrays_1_test: Skip # ie9 does not have typed arrays.
@@ -117,6 +121,7 @@ css_test: Fail # No analog to WebKitCSSMatrix
callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
canvas_test: Fail # No setFillColor() method. Use fillstyle attribute instead.
canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribute instead.
+contentelement_test: Fail # FF does not support content element.
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
documentfragment_test: Fail
element_test: Fail
« tests/html/contentelement_test.dart ('K') | « tests/html/contentelement_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698