| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 1 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 <head> | 4 <head> |
| 3 <script>//<![CDATA[ | 5 <script>//<![CDATA[ |
| 4 if (window.testRunner) | 6 if (window.testRunner) |
| 5 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
| 6 | 8 |
| 7 var selection = window.getSelection(); | 9 var selection = window.getSelection(); |
| 8 function runEditingTest() { | 10 function runEditingTest() { |
| 9 var elem = document.getElementById("test2"); | 11 var elem = document.getElementById("test2"); |
| 10 selection.collapse(elem, 0); | 12 selection.collapse(elem, 0); |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 <html xmlns="http://www.w3.org/1999/xhtml"> | 29 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 28 <body> | 30 <body> |
| 29 </body> | 31 </body> |
| 30 </html> | 32 </html> |
| 31 </svg> | 33 </svg> |
| 32 </span> | 34 </span> |
| 33 </div> | 35 </div> |
| 34 </body> | 36 </body> |
| 35 </html> | 37 </html> |
| 36 | 38 |
| OLD | NEW |