Sign in
chromium
/
chromium
/
src.git
/
524118e1140554b9ed02e6da16ef97dc2f7399c5
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
custom
/
pattern-within-other-pattern-expected.html
blob: b8716017fd68d112327ef842a5b0544908455cbe [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<svg
width
=
"100"
height
=
"100"
>
<pattern
id
=
"p"
width
=
"1"
height
=
"1"
>
<rect
width
=
"100"
height
=
"100"
fill
=
"green"
/>
</pattern>
<rect
width
=
"100"
height
=
"100"
fill
=
"url(#p)"
/>
</svg>