Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that missing exports lead to SyntaxError events on window and load events on script
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-2.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-2.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-2.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-2.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-2.html:15:28)
Pass
assert_array_equals(["Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 1, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 2, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 3, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 4, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 5], ["Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 1, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 2, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 3, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 4, "Uncaught SyntaxError: The requested module './missing-export.js' does not provide an export named 'default'", 5])
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html:21:7)