summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/semantics/encodings/004.worker.js
blob: 28489a572be1ccb7f500daf04184e6cf73e8353f (plain)
1
2
3
4
5
importScripts("/resources/testharness.js");
test(function() {
  assert_equals("ÿ", "\ufffd");
}, "Decoding invalid utf-8");
done();