Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index c07652e8ba9e38b0eaabe3bddb2f8be281fbdbe9..50454849586a64f69c21297e546b89c396f4f8e3 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -11,11 +11,11 @@ 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. |
| -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. |
| +input_element_test/supported_date: Pass, Fail # Chrome stable does not support this input type. |
| +input_element_test/supported_datetime: Fail |
| +input_element_test/supported_datetime-local: Fail |
| +input_element_test/supported_month: Fail |
| +input_element_test/supported_week: Fail |
| [ $runtime == chrome || $runtime == drt] |
| audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chrome and Dartium. |
| @@ -76,12 +76,12 @@ exceptions_test: Fail |
| fileapi_test: Fail |
| indexeddb_1_test/supported: Fail # IE10 does not support from file:// |
|
Emily Fortuna
2012/12/27 23:21:26
You can open a bug about how the test framework sh
|
| 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. |
| +input_element_test/supported_date: Fail |
| +input_element_test/supported_datetime: Fail |
| +input_element_test/supported_datetime-local: Fail |
| +input_element_test/supported_month: Fail |
| +input_element_test/supported_time: Fail |
| +input_element_test/supported_week: Fail |
| isolates_test: Skip |
| localstorage_test: Fail |
| measurement_test: Fail, Pass |
| @@ -134,14 +134,13 @@ exceptions_test: Fail |
| fileapi_test: Fail # IE does not support filesystem APIs. |
| history_test: Fail |
| indexeddb_1_test/supported: 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. |
| - |
| +input_element_test/supported_date: Fail |
| +input_element_test/supported_datetime: Fail |
| +input_element_test/supported_datetime-local: Fail |
| +input_element_test/supported_month: Fail |
| +input_element_test/supported_range: Fail |
| +input_element_test/supported_time: Fail |
| +input_element_test/supported_week: Fail |
| messageevent_test: Fail |
| mutationobserver_test/supported: Fail |
| postmessage_structured_test: Skip # BUG(5685): times out. |
| @@ -167,13 +166,13 @@ audiocontext_test: Crash, Fail # Issue: 7414 |
| element_test/elements: Crash, Fail # Issue: 7414 |
| performance_api_test: Fail # window.performance.timing not in Safari 6. |
| indexeddb_1_test/supported: 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, Crash # Safari does not support this input type. |
| -input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this failure. |
| -input_element_test/time: Fail, Crash # Safari does not support this input type. |
| -input_element_test/week: Fail, Crash # Safari does not support this input type. |
| +input_element_test/supported_date: Fail |
| +input_element_test/supported_datetime: Fail |
| +input_element_test/supported_datetime-local: Fail |
| +input_element_test/supported_month: Fail, Crash |
| +input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please triage this failure. |
| +input_element_test/supported_time: Fail, Crash |
| +input_element_test/supported_week: Fail, Crash |
| fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| contentelement_test: Fail # Safari 6 does not support content element. |
| @@ -246,13 +245,14 @@ fileapi_test: Fail # FF does not support filesystem APIs. |
| indexeddb_1_test/supported: 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. |
| +input_element_test/supported_date: Fail |
| +input_element_test/supported_datetime: Fail |
| +input_element_test/supported_datetime-local: Fail |
| +input_element_test/supported_month: Fail |
| +input_element_test/supported_time: Fail |
| +input_element_test/supported_week: Fail |
| +input_element_test/supported_number: Fail |
| +input_element_test/supported_range: Fail |
| # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable |
| svg_3_test: Fail |
| svgelement_test/additionalConstructors: Fail |