| Index: tests/html/html.status
|
| ===================================================================
|
| --- tests/html/html.status (revision 10249)
|
| +++ tests/html/html.status (working copy)
|
| @@ -25,12 +25,14 @@
|
| [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
|
| # TODO(vsm): Triage DOM tests.
|
| dom_isolates_test: Fail
|
| -indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps correctly.
|
| htmloptionscollection_test: Fail # Issue 3813.
|
| shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
|
| shadow_dom_layout_test: Skip
|
| unknownelement_test: Fail # Issue 4189
|
|
|
| +[ $runtime == ie || $runtime == safari || $runtime == ff || ($runtime == chrome && ($system == linux || $system == mac)) || $runtime == opera ]
|
| +indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps correctly.
|
| +
|
| [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
|
| history_test: Fail
|
|
|
|
|