Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassParse errors in different files should be reported depending on different roots
Asserts run
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/choice-of-error-1.html:18: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/choice-of-error-1.html:22:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/choice-of-error-1.html:23: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/choice-of-error-1.html:25:7)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/choice-of-error-1.html:26:7)
Pass
assert_not_equals(object "SyntaxError: Unexpected token '%'", object "SyntaxError: Unexpected token '%'", "two different parse errors should be reported")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/choice-of-error-1.html:28:7)