Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest the situation where a module is instantiated without the need for a namespace object, but later on a different module requests the namespace.
Asserts run
Pass
assert_array_equals(["export-something", "import-something-namespace", 42, 43], ["export-something", "import-something-namespace", 42, 43])
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/late-namespace-request.html:14:7)