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

Unified Diff: tests/html/html.status

Issue 11538009: Updating html.status for input_element/date test- it's only supported on some browsers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Further status updates. 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
« no previous file with comments | « no previous file | 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 e8ed9ad25208a2b5d2ba67afc453d366e0d456d6..4a2f96f9956e6032ce1b1e32f6123eb0915ae7ee 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -11,6 +11,7 @@ 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/date: Pass, Fail # Chrome stable does not support this input type.
Emily Fortuna 2012/12/11 19:49:14 why mark this as both pass, fail? How about just F
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.
@@ -266,10 +267,13 @@ 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/date: Fail # FF does not support this input type.
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/time: Fail # FF does not support this input type.
input_element_test/week: Fail # FF does not support this input type.
+input_element_test/range: 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698