Pass | Test that loading a graph in which a module is already errored results in an error. | Asserts runPass | 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-4.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-4.html:15:28) | Pass | assert_equals(4, 4, "Log length")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-4.html:20:7) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-4.html:21:7) | Pass | assert_equals(2, 2)
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-4.html:22:7) | Pass | assert_not_equals("Uncaught SyntaxError: The requested module './instantiation-error-4c.js' does not provide an export named 'something'", "Uncaught SyntaxError: The requested module './instantiation-error-4d.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-4.html:23:7) |
|