| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script type="text/javascript"> | 3 <script type="text/javascript"> |
| 4 | 4 |
| 5 function selectAndJustify() | 5 function selectAndJustify() |
| 6 { | 6 { |
| 7 if (window.testRunner) | 7 if (window.testRunner) |
| 8 testRunner.dumpAsText(); | 8 testRunner.dumpAsText(); |
| 9 | 9 |
| 10 var elem = document.getElementById("test"); | 10 var elem = document.getElementById("test"); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 <br> | 22 <br> |
| 23 <b>Select all text in this line and use justify command.</b> | 23 <b>Select all text in this line and use justify command.</b> |
| 24 <br> | 24 <br> |
| 25 Line 3. | 25 Line 3. |
| 26 </span> | 26 </span> |
| 27 </body> | 27 </body> |
| 28 <script> | 28 <script> |
| 29 selectAndJustify(); | 29 selectAndJustify(); |
| 30 </script> | 30 </script> |
| 31 </html> | 31 </html> |
| OLD | NEW |