11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<html lang="en-GB">
31cb0ef41Sopenharmony_ci<head>
41cb0ef41Sopenharmony_ci<meta charset="utf-8"/>
51cb0ef41Sopenharmony_ci<title>Big5 decoding (extra)</title>
61cb0ef41Sopenharmony_ci<meta name="timeout" content="long">
71cb0ef41Sopenharmony_ci<meta name="variant" content="?1-1000">
81cb0ef41Sopenharmony_ci<meta name="variant" content="?1001-2000">
91cb0ef41Sopenharmony_ci<meta name="variant" content="?2001-last">
101cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script>
111cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script>
121cb0ef41Sopenharmony_ci<script src="/common/subset-tests.js"></script>
131cb0ef41Sopenharmony_ci<link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
141cb0ef41Sopenharmony_ci<link rel="help" href="https://encoding.spec.whatwg.org/#big5">
151cb0ef41Sopenharmony_ci<meta name="assert" content="The browser decodes all characters as expected from a file generated by encoding all pointers less than 5024 in the big5 encoding per the encoder steps in the specification.">
161cb0ef41Sopenharmony_ci<style>
171cb0ef41Sopenharmony_ci iframe { display:none }
181cb0ef41Sopenharmony_ci form { display:none }
191cb0ef41Sopenharmony_ci</style>
201cb0ef41Sopenharmony_ci<script src="big5_index.js"></script>
211cb0ef41Sopenharmony_ci<script src="big5-decoder.js"></script>
221cb0ef41Sopenharmony_ci<script src="../../resources/decode-common.js"></script>
231cb0ef41Sopenharmony_ci</head>
241cb0ef41Sopenharmony_ci
251cb0ef41Sopenharmony_ci<body onload="showNodes(big5Decoder);">
261cb0ef41Sopenharmony_ci
271cb0ef41Sopenharmony_ci<iframe src="big5_chars_extra.html" name="scriptWindow" id="scrwin"></iframe>
281cb0ef41Sopenharmony_ci
291cb0ef41Sopenharmony_ci<div id="log"></div>
301cb0ef41Sopenharmony_ci
311cb0ef41Sopenharmony_ci</body>
321cb0ef41Sopenharmony_ci</html>
33