Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassUTF-8 module script with UTF-8 BOM
Asserts run
Pass
assert_equals("三村かな子", "三村かな子", "Should be decoded as UTF-8")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/charset-02.html:13:3)
PassUTF-16 module script with UTF-16BE BOM
Asserts run
Pass
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)
PassUTF-16 module script with UTF-16LE BOM
Asserts run
Pass
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)