Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that a module is evaluated only once, and that 'this' is undefined (because of strict mode).
Asserts run
Pass
assert_array_equals([undefined, "this-nested"], [undefined, "this-nested"])
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/single-evaluation-1.html:13:7)