Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassA script with empty type and no language should run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-type-and-language-empty.html:34:3)
PassA script with empty type and a random language should run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-type-and-language-empty.html:38:3)
PassA script with empty type and empty language should run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-type-and-language-empty.html:42:3)
PassA script with no type and empty language should run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-type-and-language-empty.html:46:3)