Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassUTF-8 imported module script
Asserts run
Pass
assert_equals("śćążź", "śćążź", "Should be decoded as UTF-8")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-03.html:10:3)
PassUTF-8 imported module script with wrong charset in Content-Type
Asserts run
Pass
assert_equals("śćążź", "śćążź", "Should be decoded as UTF-8")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-03.html:18:3)
PassNon-UTF-8 imported module script
Asserts run
Pass
assert_not_equals("\ufffd湿\ufffd", "śćążź", "Should be decoded as UTF-8")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-03.html:26:3)
PassNon-UTF-8 imported module script with charset in Content-Type
Asserts run
Pass
assert_not_equals("\ufffd湿\ufffd", "śćążź", "Should be decoded as UTF-8")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-03.html:34:3)