Sign in
webkit
/
WebKit
/
c941add7f3cba7f36d4ddcae8604c64957e5a650
/
.
/
LayoutTests
/
fast
/
parser
/
changing-attrbutes-crash.html
blob: 09e0e1cca605609268ce073ccc071f1e002bf867 [
file
] [
log
] [
blame
]
<svg><polygon
class
=
"bar"
points
=
"foo"
></svg>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<p>
This test passes if it doesn't crash.
</p>