Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-on-lazy-root-expected.html
blobc67b7545917429322189f0190f311ad8cf556e44
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 Test for crbug.com/277848.<br/>
5 This test passes if there is a green square below with no red.<br/>
6 <div>
7 <svg>
8 <rect x="20" y="20" width="80" height="80" fill="green"/>
9 </svg>
10 </div>
11 </body>
12 </html>