OLD | NEW |
1 <html xmlns="http://www.w3.org/1999/xhtml"> | 1 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <head> | 2 <head> |
3 <script>//<![CDATA[ | 3 <script>//<![CDATA[ |
4 if (window.testRunner) | 4 if (window.testRunner) |
5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
6 | 6 |
7 var selection = window.getSelection(); | 7 var selection = window.getSelection(); |
8 function runEditingTest() { | 8 function runEditingTest() { |
9 var elem = document.getElementById("test2"); | 9 var elem = document.getElementById("test2"); |
10 selection.setPosition(elem, 0); | 10 selection.setPosition(elem, 0); |
(...skipping 16 matching lines...) Expand all Loading... |
27 <html xmlns="http://www.w3.org/1999/xhtml"> | 27 <html xmlns="http://www.w3.org/1999/xhtml"> |
28 <body> | 28 <body> |
29 </body> | 29 </body> |
30 </html> | 30 </html> |
31 </svg> | 31 </svg> |
32 </span> | 32 </span> |
33 </div> | 33 </div> |
34 </body> | 34 </body> |
35 </html> | 35 </html> |
36 | 36 |
OLD | NEW |