| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index f6db920b1cd0d44d65c69f479054a3078be6d22f..589f57eaa6425256de596a7a2c5aa29d46648c8f 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -345,3 +345,11 @@ typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on
|
|
|
| [ $compiler == dart2js && $runtime == ff ]
|
| inner_frame_test: Skip # Timeout
|
| +
|
| +[ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $runtime == ff || $runtime == chrome) ]
|
| +indexeddb_2_test: Fail, OK # Test cannot run under CSP restrictions.
|
| +js_interop_1_test: Timeout, OK # Test cannot run under CSP restrictions.
|
| +js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
|
| +js_interop_3_test: Timeout, OK # Test cannot run under CSP restrictions.
|
| +postmessage_structured_test: Fail, OK # Test cannot run under CSP restrictions.
|
| +shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
|
|
|