Sign in
webkit
/
WebKit
/
fd79f2a4935c68cf089ff37005bc0c4762152d8d
/
.
/
LayoutTests
/
svg
/
animations
/
attributeNameAndAttributeTypeMismatch-expected.html
blob: c572db29fcbb3e5ae092d948b7ce3e738754ce35 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<body>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"400"
height
=
"400"
>
<text
x
=
"10"
y
=
"20"
>
Test passes if it does not crash.
</text>
</svg>
</body>
</html>