Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassA script with a charset param in its type should not run
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-type-and-language-with-params.html:31:3)
PassA script with an x-test param in its type should not run
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-type-and-language-with-params.html:35:3)
PassA script with a charset param in its type should not run, even with language=javascript
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/script-type-and-language-with-params.html:39:3)