Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passeval blocks if the default policy rejects a value.
Asserts run
Pass
assert_throws_js(function "function EvalError() { [native code] }", function "_ => {       eval('a="hello there"');     }")
    at Test.<anonymous> ( /trusted-types/tt-block-eval.html:14:5)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /trusted-types/tt-block-eval.html:17:5)