Sign in
webkit
/
WebKit
/
f61252b0d6cd178ae58bb569fe46b8af9c52b90f
/
.
/
LayoutTests
/
svg
/
custom
/
local-url-reference-use.html
blob: 38403ec34a92f07183597d09f98632364f897857 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<base
href
=
"http://www.example.com/"
>
<svg>
<defs>
<rect
id
=
"rect"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
</defs>
<use
href
=
"#rect"
/>
</svg>