ladybird/Tests/LibWeb/Text/input/wpt-import/encoding/textdecoder-utf16-surrogates.any.html

15 lines
462 B
HTML

<!doctype html>
<meta charset=utf-8>
<title>Encoding API: UTF-16 surrogate handling</title>
<script>
self.GLOBAL = {
isWindow: function() { return true; },
isWorker: function() { return false; },
isShadowRealm: function() { return false; },
};
</script>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<div id=log></div>
<script src="../encoding/textdecoder-utf16-surrogates.any.js"></script>