Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>