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