repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
custom
/
fill-fallback-none-1.svg
blob
a9c088f3a10062e1a268d8a5d14f9f8ee5db0ae8
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<linearGradient
id
=
"lg"
>
3
<stop
stop-color
=
"#008000"
/>
4
</linearGradient>
5
<!-- Test that 'fill' on the 'rect' uses the gradient 'lg'. -->
6
<rect
width
=
"100"
height
=
"100"
fill
=
"url(#lg) none"
/>
7
</svg>