Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassUTF-8 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-01.html:9:3)
PassUTF-8 module script with wrong charset in attribute
Asserts run
Pass
assert_equals("śćążź", "śćążź", "Should be decoded as UTF-8")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-01.html:17:3)
PassUTF-8 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-01.html:25:3)
PassNon-UTF-8 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-01.html:33:3)
PassNon-UTF-8 module script with charset in attribute
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-01.html:41:3)
PassNon-UTF-8 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-01.html:49:3)