Source code
Revision control
Copy as Markdown
Other Tools
importScripts("/resources/testharness.js");
test(function() {
assert_equals("ΓΏ", "\ufffd");
}, "Decoding invalid utf-8");
done();
importScripts("/resources/testharness.js");
test(function() {
assert_equals("ΓΏ", "\ufffd");
}, "Decoding invalid utf-8");
done();