Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
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>