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