Index: tests/html/html.status |
diff --git a/tests/html/html.status b/tests/html/html.status |
index b0f6b4f186e7fa8d90ea68d4cefa031dd59f5466..55702a81a9a71ff042935945588a7933edd7e0f5 100644 |
--- a/tests/html/html.status |
+++ b/tests/html/html.status |
@@ -218,6 +218,7 @@ xsltprocessor_test/supported: Fail |
custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
custom/element_upgrade_test: Fail # Issue 18247 |
worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
+xhr_test/xhr: Skip # Times out. Issue 21527 |
[ $compiler == dart2js && $runtime == drt && $unchecked ] |
audiocontext_test/functional: Pass, Fail |
@@ -308,6 +309,7 @@ xhr_test/xhr: Pass, Fail # Issue 11602 |
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR |
webgl_1_test: Pass, Fail # Issue 8219 |
canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox does not like dataUrl videos for drawImage |
+canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 21526 |
# Firefox Feature support statuses- |
# All changes should be accompanied by platform support annotation changes. |
@@ -353,6 +355,9 @@ wheelevent_test: Fail # http://dartbug.com/12958 |
# Desktop operation systems do not support touch events on chrome 34 dartium. |
touchevent_test/supported: Fail |
+[ $runtime == dartium && ($system == macos || $system == windows)] |
ricow1
2014/11/06 15:09:44
move ie10 down here as well, it is the same bug
|
+xhr_test/xhr: Skip # Times out. Issue 21527 |
+ |
[ $compiler == none && $runtime == dartium ] |
async_test: Timeout # Issue 13719: Please triage this failure. |
element_offset_test/offset: Pass, Fail # Issue 13719, 13296 |