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-false-resource-cycle-expected.html
blob
edf5fa5077fd9e625adf939e7a796ef1649da239
1
<!DOCTYPE
html
>
2
<svg>
3
<clipPath
id
=
"c1"
>
4
<rect
width
=
"100"
height
=
"100"
/>
5
</clipPath>
6
<pattern
id
=
"p1"
width
=
"1"
height
=
"1"
>
7
<rect
width
=
"100"
height
=
"100"
fill
=
"green"
/>
8
</pattern>
9
<rect
width
=
"100"
height
=
"100"
fill
=
"url(#p1)"
clip-path
=
"url(#c1)"
/>
10
</svg>