Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / pattern-within-other-pattern-expected.html
blobb8716017fd68d112327ef842a5b0544908455cbe
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>