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
/
pattern-within-other-pattern-expected.html
blob
b8716017fd68d112327ef842a5b0544908455cbe
1
<!DOCTYPE
html
>
2
<svg
width
=
"100"
height
=
"100"
>
3
<pattern
id
=
"p"
width
=
"1"
height
=
"1"
>
4
<rect
width
=
"100"
height
=
"100"
fill
=
"green"
/>
5
</pattern>
6
<rect
width
=
"100"
height
=
"100"
fill
=
"url(#p)"
/>
7
</svg>