Sign in
webkit
/
WebKit
/
a231b9c05f00391ba283ff877aa3287c882082d0
/
.
/
LayoutTests
/
svg
/
animations
/
svg-animation-order-expected.html
blob: a20f04e9c4714145ba4c18a261f844b6d646ae01 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<body>
<p
id
=
"description"
>
Test that the order of elements does not affect animations.
</p>
<svg
id
=
"svg"
width
=
"300"
height
=
"300"
>
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
</svg>
</body>
</html>