summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/changing-attrbutes-crash.html
blob: 09e0e1cca605609268ce073ccc071f1e002bf867 (plain)
1
2
3
4
5
6
<svg><polygon class="bar" points="foo"></svg>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<p>This test passes if it doesn't crash.</p>