| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <!-- Test for wkbug.com/88144 - Crash in SVGDocumentExtensions::removeAllEle
mentReferencesForTarget. --> | 3 <!-- Test for wkbug.com/88144 - Crash in SVGDocumentExtensions::removeAllEle
mentReferencesForTarget. --> |
| 4 <head> | 4 <head> |
| 5 <script> | 5 <script> |
| 6 if (window.layoutTestController) | 6 if (window.layoutTestController) |
| 7 layoutTestController.dumpAsText(); | 7 layoutTestController.dumpAsText(); |
| 8 | 8 |
| 9 window.onload = function() { | 9 window.onload = function() { |
| 10 svg0 = document.createElementNS('http://www.w3.org/2000/svg', 's
vg'); | 10 svg0 = document.createElementNS('http://www.w3.org/2000/svg', 's
vg'); |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 document.execCommand('ForwardDelete'); | 40 document.execCommand('ForwardDelete'); |
| 41 | 41 |
| 42 document.body.offsetTop; | 42 document.body.offsetTop; |
| 43 document.body.innerHTML = "PASS"; | 43 document.body.innerHTML = "PASS"; |
| 44 } | 44 } |
| 45 </script> | 45 </script> |
| 46 </head> | 46 </head> |
| 47 <body> | 47 <body> |
| 48 </body> | 48 </body> |
| 49 </html> | 49 </html> |
| OLD | NEW |