| OLD | NEW |
| 1 <mat:diff xmlns:mat="http://www.w3.org/1998/Math/MathML"> | 1 <mat:diff xmlns:mat="http://www.w3.org/1998/Math/MathML"> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <head> | 3 <head> |
| 4 <script type="text/javascript"> | 4 <script type="text/javascript"> |
| 5 if (window.testRunner) | 5 if (window.testRunner) |
| 6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
| 7 | 7 |
| 8 function start() | 8 function start() |
| 9 { | 9 { |
| 10 // select the span that's editable | 10 // select the span that's editable |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 console.appendChild(li); | 22 console.appendChild(li); |
| 23 } | 23 } |
| 24 </script> | 24 </script> |
| 25 </head> | 25 </head> |
| 26 <body onload="start();"> | 26 <body onload="start();"> |
| 27 <div contenteditable="true" id="insertlisthere">.</div> | 27 <div contenteditable="true" id="insertlisthere">.</div> |
| 28 <ul id="console"></ul> | 28 <ul id="console"></ul> |
| 29 </body> | 29 </body> |
| 30 </html> | 30 </html> |
| 31 </mat:diff> | 31 </mat:diff> |
| OLD | NEW |