Pass | UTF-8 imported module script | Asserts runPass | assert_equals("śćążź", "śćążź", "Should be decoded as UTF-8")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-03.html:10:3) |
|
Pass | UTF-8 imported module script with wrong charset in Content-Type | Asserts runPass | assert_equals("śćążź", "śćążź", "Should be decoded as UTF-8")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-03.html:18:3) |
|
Pass | Non-UTF-8 imported module script | Asserts runPass | 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) |
|
Pass | Non-UTF-8 imported module script with charset in Content-Type | Asserts runPass | 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) |
|