Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 Test passes if it does not crash. | 2 Test passes if it does not crash. |
| 3 <svg> | 3 <svg> |
| 4 <glyphref> | 4 <glyphref> |
| 5 <foreignObject> | 5 <foreignObject> |
| 6 </foreignObject> | 6 </foreignObject> |
| 7 </glyphref> | 7 </glyphref> |
| 8 </svg> | 8 </svg> |
| 9 <script> | 9 <script> |
| 10 if (window.layoutTestController) | 10 if (window.layoutTestController) |
| 11 layoutTestController.dumpAsText(); | 11 layoutTestController.dumpAsText(); |
| 12 </script> | 12 </script> |
| 13 </html> | 13 </html> |
| 14 | 14 |
| OLD | NEW |