Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
svg
/
in-html
/
defs-after-use-expected.html
blob: b2674167dbb9445f8d79b14e55e9afb31df18494 [
file
] [
log
] [
blame
]
<html>
<body>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"10"
y
=
"10"
width
=
"100"
height
=
"50"
fill
=
"lime"
/>
<rect
x
=
"120"
y
=
"10"
width
=
"100"
height
=
"50"
fill
=
"lime"
/>
</svg>
</body>
</html>