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

Unified Diff: tests/html/html.status

Issue 11470025: Adding interfaces for various types of InputElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 0326285654e24d29ba9934388421b6be42ee6f11..e4b1be6caa6aefeefcb7dae8a83d0873269de574 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -11,6 +11,10 @@ xmlelement_test: Skip # XML in dart:html is incomplete
[ $runtime == chrome ]
contentelement_test: Fail # Issue 5445: not currently supported on chrome stable.
+input_element_test/datetime: Fail # Chrome stable does not support this input type.
+input_element_test/datetime-local: Fail # Chrome stable does not support this input type.
+input_element_test/month: Fail # Chrome stable does not support this input type.
+input_element_test/week: Fail # Chrome stable does not support this input type.
[ $runtime == chrome || $runtime == drt]
audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chrome and Dartium.
@@ -75,6 +79,12 @@ indexeddb_2_test: Fail
indexeddb_3_test: Fail
indexeddb_4_test: Fail
inner_frame_test: Skip
+input_element_test/date: Fail # IE10 does not support this input type.
+input_element_test/datetime: Fail # IE10 does not support this input type.
+input_element_test/datetime-local: Fail # IE10 does not support this input type.
+input_element_test/month: Fail # IE10 does not support this input type.
+input_element_test/time: Fail # IE10 does not support this input type.
+input_element_test/week: Fail # IE10 does not support this input type.
isolates_test: Skip
localstorage_test: Fail
measurement_test: Fail, Pass
@@ -134,6 +144,14 @@ indexeddb_1_test: Fail
indexeddb_2_test: Fail
indexeddb_3_test: Fail
indexeddb_4_test: Fail
+input_element_test/date: Fail # IE9 does not support this input type.
+input_element_test/datetime: Fail # IE9 does not support this input type.
+input_element_test/datetime-local: Fail # IE9 does not support this input type.
+input_element_test/month: Fail # IE9 does not support this input type.
+input_element_test/range: Fail # IE9 does not support this input type.
+input_element_test/time: Fail # IE9 does not support this input type.
+input_element_test/week: Fail # IE9 does not support this input type.
+
messageevent_test: Fail
mutationobserver_test: Fail
postmessage_structured_test: Skip # BUG(5685): times out.
@@ -189,6 +207,12 @@ element_add_test: Fail
element_constructor_1_test: Fail
element_webkit_test: Fail
exceptions_test: Fail
+input_element_test/date: Fail # Safari does not support this input type.
+input_element_test/datetime: Fail # Safari does not support this input type.
+input_element_test/datetime-local: Fail # Safari does not support this input type.
+input_element_test/month: Fail # Safari does not support this input type.
+input_element_test/time: Fail # Safari does not support this input type.
+input_element_test/week: Fail # Safari does not support this input type.
instance_of_test: Fail
mutationobserver_test: Fail
native_gc_test: Fail
@@ -269,6 +293,10 @@ indexeddb_3_test: Fail # FF disables indexedDB from file URLs.
indexeddb_4_test: Fail # FF disables indexedDB from file URLs.
# setup code fails. prepare. (DOM callback has errors) Caught [object Event]
inner_frame_test: Skip
+input_element_test/datetime: Fail # FF does not support this input type.
+input_element_test/datetime-local: Fail # FF does not support this input type.
+input_element_test/month: Fail # FF does not support this input type.
+input_element_test/week: Fail # FF does not support this input type.
# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable
svg_3_test: Fail
svgelement_test/additionalConstructors: Fail
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_HTMLInputElement.darttemplate ('k') | tests/html/input_element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698