Chromium Code Reviews| 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 |