Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <svg><polygon class="bar" points="foo"></svg> | 1 <svg><polygon class="bar" points="foo"></svg> |
| 2 <script> | 2 <script> |
| 3 if (window.layoutTestController) | 3 if (window.layoutTestController) |
| 4 layoutTestController.dumpAsText(); | 4 layoutTestController.dumpAsText(); |
| 5 </script> | 5 </script> |
| 6 <p>This test passes if it doesn't crash.</p> | 6 <p>This test passes if it doesn't crash.</p> |
| OLD | NEW |