Fix typo in 9b54bd30006c008b4a951331b273613d5bac3abf
[pm.git] / intl / uconv / tests / test_bug843434.html
blob21d6cef484e968814e8b3bbcb60fbcd0fd495033
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=843434
5 -->
6 <head>
7 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
8 <title>Test for Bug 843434</title>
9 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
11 <!-- This next 'link' is part of the test, it may cause an assertion. -->
12 <link rel=stylesheet href="data:text/css;charset=ISO-2022-JP,%cc">
13 </head>
14 <body onload="test()">
15 <pre id="test">
16 <script class="testbody" type="text/javascript">
17 function test()
19 ok(true, "Test for no prior assertion.");
20 SimpleTest.finish();
22 SimpleTest.waitForExplicitFinish();
23 </script>
24 </pre>
25 </body>
26 </html>