| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <script> | 2 <script> |
| 3 | 3 |
| 4 if (window.testRunner) { | 4 if (window.testRunner) { |
| 5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
| 6 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
| 7 } | 7 } |
| 8 | 8 |
| 9 function runTest() | 9 function runTest() |
| 10 { | 10 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 } | 43 } |
| 44 | 44 |
| 45 </script> | 45 </script> |
| 46 <body onload="runTest()"> | 46 <body onload="runTest()"> |
| 47 <div id="test"> | 47 <div id="test"> |
| 48 <select id="s1" size="5"><option>test</select> | 48 <select id="s1" size="5"><option>test</select> |
| 49 <select id="s2" size="5"><option>test</select> | 49 <select id="s2" size="5"><option>test</select> |
| 50 <select id="s3" size="5"><option>test</select> | 50 <select id="s3" size="5"><option>test</select> |
| 51 </div> | 51 </div> |
| 52 </body> | 52 </body> |
| OLD | NEW |