Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
svg
/
animations
/
classAttributeSettingCrash.html
blob: e777e45b32fe6830f4e86f1f907c21ad4728b229 [
file
] [
log
] [
blame
]
<head>
<div>
PASS
</div>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<g>
<set
attributename
=
"class"
></set>
</g>
<script
type
=
"text/javascript"
>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</svg>
</head>