blob: 28489a572be1ccb7f500daf04184e6cf73e8353f [file] [log] [blame]
importScripts("/resources/testharness.js");
test(function() {
assert_equals("ΓΏ", "\ufffd");
}, "Decoding invalid utf-8");
done();