Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassAn inline classic script without nomodule content attribute must run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-set-on-inline-classic-scripts.html:17:5)
PassAn inline classic script with nomodule content attribute must not run
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-set-on-inline-classic-scripts.html:29:5)
PassAn inline classic script element dynamically inserted after noModule was set to false must run.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-set-on-inline-classic-scripts.html:41:5)
PassAn inline classic script element dynamically inserted after noModule was set to true must not run.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-set-on-inline-classic-scripts.html:50:5)