Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that syntax errors lead to SyntaxError events on window, and that exceptions are remembered.
Asserts run
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/compilation-error-2.html:17:7)
Pass
assert_equals(function "function SyntaxError() { [native code] }", function "function SyntaxError() { [native code] }")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/compilation-error-2.html:18:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/compilation-error-2.html:19:7)