OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../../resources/js-test.js"></script> |
4 <script src="resources/char-encoding-utils.js"></script> | 4 <script src="resources/char-encoding-utils.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <form id="form" method="GET" target="subframe"><input type="text" id="text" name
="text"></form> | 7 <form id="form" method="GET" target="subframe"><input type="text" id="text" name
="text"></form> |
8 <iframe id="subframe" name="subframe"></iframe> | 8 <iframe id="subframe" name="subframe"></iframe> |
9 <script> | 9 <script> |
10 | 10 |
11 | 11 |
12 var charsets = new Array; | 12 var charsets = new Array; |
13 var unicodes = new Array; | 13 var unicodes = new Array; |
(...skipping 29 matching lines...) Expand all Loading... |
43 // Turning on this test causes a download to occur. FIXME: A bug? | 43 // Turning on this test causes a download to occur. FIXME: A bug? |
44 // testEncode('UTF-8', 'U+221A', '%E2%88%9A'); | 44 // testEncode('UTF-8', 'U+221A', '%E2%88%9A'); |
45 | 45 |
46 if (window.testRunner) | 46 if (window.testRunner) |
47 testRunner.waitUntilDone(); | 47 testRunner.waitUntilDone(); |
48 runTest(); | 48 runTest(); |
49 | 49 |
50 </script> | 50 </script> |
51 </body> | 51 </body> |
52 </html> | 52 </html> |
OLD | NEW |