Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /workers/semantics/encodings/004.worker.html - WPT Dashboard Interop Dashboard
importScripts("/resources/testharness.js");
test(function() {
assert_equals("ΓΏ", "\ufffd");
}, "Decoding invalid utf-8");
done();