| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index f64474641daa0a0123846efb4cbe88a5e1948bf4..0c6ee7cc0ded8f6622064eed225ec62f69824591 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -140,10 +140,12 @@ svgelement_test/supported_set: Fail
|
| touchevent_test/supported: Fail
|
| webgl_1_test/supported: Fail
|
| websql_test/supported: Fail
|
| +xhr_test/json: Fail # IE10 returns string, not JSON object
|
| xhr_test/supported_HttpRequestProgressEvent: Fail
|
| xhr_test/supported_overrideMimeType: Fail
|
| xsltprocessor_test/supported: Fail
|
|
|
| +
|
| [ $runtime == ie9 ]
|
| isolates_test: Timeout # Issue 13027
|
| blob_constructor_test: Fail
|
| @@ -162,6 +164,7 @@ canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
|
| canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
|
| input_element_test/attributes: Fail # IE returns null while others ''
|
| xhr_cross_origin_test: Skip # Issue 12920
|
| +xhr_test/json: Fail # IE9 returns null because of unsupported type
|
|
|
| # IE9 Feature support statuses-
|
| # All changes should be accompanied by platform support annotation changes.
|
| @@ -278,6 +281,7 @@ rtc_test/supported: Fail
|
| shadow_dom_test/supported: Fail
|
| speechrecognition_test/supported: Fail
|
| touchevent_test/supported: Fail
|
| +xhr_test/json: Fail # Safari doesn't support JSON response type
|
|
|
| [ $runtime == opera ]
|
| blob_constructor_test: Fail
|
|
|