| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script type="text/JavaScript"> | 4 <script type="text/JavaScript"> |
| 5 | 5 |
| 6 function runTest() { | 6 function runTest() { |
| 7 document.execCommand('usecss', null, 'false'); | 7 document.execCommand('usecss', null, 'false'); |
| 8 | 8 |
| 9 var div = document.getElementById('a'); | 9 var div = document.getElementById('a'); |
| 10 var range = document.createRange(); | 10 var range = document.createRange(); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 } | 23 } |
| 24 | 24 |
| 25 if (window.layoutTestController) { | 25 if (window.layoutTestController) { |
| 26 layoutTestController.dumpAsText(); | 26 layoutTestController.dumpAsText(); |
| 27 layoutTestController.waitUntilDone(); | 27 layoutTestController.waitUntilDone(); |
| 28 } | 28 } |
| 29 | 29 |
| 30 </script> | 30 </script> |
| 31 </head> | 31 </head> |
| 32 <body onload="runTest()"><div contenteditable="" id="a"><div><br><div contentedi
table="false"><table></table></div></div><blockquote><input></blockquote><br></b
r></div></body></html> | 32 <body onload="runTest()"><div contenteditable="" id="a"><div><br><div contentedi
table="false"><table></table></div></div><blockquote><input></blockquote><br></b
r></div></body></html> |
| OLD | NEW |