Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that loading a graph in which a module is already errored results an error.
Asserts run
Pass
assert_equals(function "function SyntaxError() { [native code] }", function "function SyntaxError() { [native code] }")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html:15:28)
Pass
assert_equals(function "function SyntaxError() { [native code] }", function "function SyntaxError() { [native code] }")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html:15:28)
Pass
assert_equals(4, 4, "Log length")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html:20:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html:21:7)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html:22:7)
Pass
assert_not_equals("Uncaught SyntaxError: The requested module './instantiation-error-5c.js' does not provide an export named 'something'", "Uncaught SyntaxError: The requested module './instantiation-error-5e.js' does not provide an export named 'something'", "Instantiation error objects for different root scripts")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html:23:7)