Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PasscurrentScript on script type=module should be all null
Asserts run
Pass
assert_equals(null, null, "document.currentScript on inline scripts should be null")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/currentScript-null.html:9:3)
Pass
assert_equals(null, null, "document.currentScript on imported scripts should be null")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/currentScript-null.html:10:3)
Pass
assert_equals(null, null, "document.currentScript on external module scripts should be null")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/currentScript-null.html:11:3)