| OLD | NEW |
| 1 <body onload="runTest()"> | 1 <body onload="runTest()" style="font-size: 10px;"> |
| 2 <script src="../../resources/js-test.js"></script> | 2 <script src="../../resources/js-test.js"></script> |
| 3 | 3 |
| 4 <script> | 4 <script> |
| 5 function runTest() | 5 function runTest() |
| 6 { | 6 { |
| 7 if (!window.testRunner) | 7 if (!window.testRunner) |
| 8 return; | 8 return; |
| 9 | 9 |
| 10 testRunner.dumpEditingCallbacks(); | 10 testRunner.dumpEditingCallbacks(); |
| 11 testRunner.dumpAsText(); | 11 testRunner.dumpAsText(); |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 ninth.setSelectionRange(11, 18); | 182 ninth.setSelectionRange(11, 18); |
| 183 ninth.blur(); | 183 ninth.blur(); |
| 184 </script> | 184 </script> |
| 185 </fieldset> | 185 </fieldset> |
| 186 <br> | 186 <br> |
| 187 | 187 |
| 188 <p id="description"></p> | 188 <p id="description"></p> |
| 189 <div id="console"></div> | 189 <div id="console"></div> |
| 190 | 190 |
| 191 </body> | 191 </body> |
| OLD | NEW |