Pass | UTF-8 module script with UTF-8 BOM | Asserts runPass | assert_equals("三村かな子", "三村かな子", "Should be decoded as UTF-8")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-02.html:13:3) |
|
Pass | UTF-16 module script with UTF-16BE BOM | Asserts runPass | assert_equals(undefined, undefined, "Should result in compile error because of UTF-16BE BOM")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-02.html:18:3) |
|
Pass | UTF-16 module script with UTF-16LE BOM | Asserts runPass | assert_equals(undefined, undefined, "Should result in compile error because of UTF-16LE BOM")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-02.html:23:3) |
|