Sign in
webkit
/
WebKit
/
0ad201495a79a3ebe8266bfaa3c5df19bc649a7d
/
.
/
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>