Sign in
webkit
/
WebKit
/
0b12fa5591e07a09b635ce1b9a87f0e7c691d55a
/
.
/
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>