Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <script> | 2 <script> |
| 3 if (window.layoutTestController) | 3 if (window.layoutTestController) |
| 4 layoutTestController.dumpAsText(); | 4 layoutTestController.dumpAsText(); |
| 5 document.createElementNS("http://www.w3.org/2000/svg", "svg").className.baseVa l = ""; | 5 document.createElementNS("http://www.w3.org/2000/svg", "svg").className.baseVa l = ""; |
| 6 </script> | 6 </script> |
| 7 <body> | 7 <body> |
| 8 PASS if no crash. | 8 PASS if no crash. |
| 9 </body> | 9 </body> |
| OLD | NEW |