Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassInvalid JSON rule should throw a SyntaxError on the window.
Asserts run
Pass
assert_equals("SyntaxError", "SyntaxError")
    at window.onerror ( /web-bundle/subresource-loading/invalid-json.https.tentative.html:25:11)
PassJSON rule with a type error should throw a TypeError on the window.
Asserts run
Pass
assert_equals("TypeError", "TypeError")
    at window.onerror ( /web-bundle/subresource-loading/invalid-json.https.tentative.html:40:11)