| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 2eef9548cf08b699a6444ecc403494c6a2e6a852..ea33b55f7bfb87fbfcb173a16fa59b7d79d5b486 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.
|
| @@ -79,12 +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.
|
| +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
|
| @@ -140,13 +140,13 @@ 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.
|
| +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
|
| @@ -176,13 +176,13 @@ indexeddb_1_test: Fail # indexedDB not in Safari 6.
|
| indexeddb_2_test: Fail # indexedDB not in Safari 6.
|
| indexeddb_3_test: Fail # indexedDB not in Safari 6.
|
| indexeddb_4_test: Fail # indexedDB not in Safari 6.
|
| -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.
|
| @@ -261,13 +261,14 @@ 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.
|
| +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
|
|
|