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