| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 8084ea8ae93e10223ddc4decab9cc7801fb1d042..9a8ef67d7f2d653d9a0c8e68d27606d643fe3551 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -77,6 +77,7 @@ element_types_test/supported_output: Fail
|
| element_types_test/supported_shadow: Fail
|
| exceptions_test: Fail
|
| fileapi_test: Fail
|
| +indexeddb_1_test/supported: Fail # IE10 does not support from file://
|
| inner_frame_test: Skip
|
| input_element_test/supported_date: Fail
|
| input_element_test/supported_datetime: Fail
|
| @@ -247,6 +248,7 @@ element_types_test/supported_shadow: Fail
|
| element_types_test/supported_track: Fail
|
| exceptions_test: Fail # Uses webkitotifications, no analogue in moz
|
| 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/supported_date: Fail
|
| @@ -267,6 +269,7 @@ websql_test: Fail # FF does not support web SQL
|
| websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
|
| # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4"
|
| # (NS_ERROR_DOM_BAD_URI) ...
|
| +xhr_test: Fail
|
|
|
| [ $runtime == ie9 && ($system == linux || $system == macos) ]
|
| *: Skip
|
| @@ -289,6 +292,7 @@ request_animation_frame_test: Skip # Async test hangs.
|
| isolates_test: Skip # Timeout because leg does not support web workers.
|
|
|
| [ $compiler == dart2js && $runtime == ff ]
|
| +xhr_test: Skip # Timeout
|
| inner_frame_test: Skip # Timeout
|
| svg_3_test: Skip # Timeout
|
| documentfragment_test: Skip # Timeout
|
|
|