Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-attribute-invalidations-expected.html
blob148b8b4d700914cca1434f26c32d9aeb02249b20
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 This test passes if there are three green squares below:<br>
5 <svg width="300" height="300">
6 <svg x="0" y="0" width="100" height="100">
7 <rect width="100%" height="100%" fill="green"/>
8 </svg>
9 <svg x="100" y="100" width="100" height="100">
10 <rect width="100%" height="100%" fill="green"/>
11 </svg>
12 <svg x="200" y="200" width="100" height="100">
13 <rect width="100%" height="100%" fill="green"/>
14 </svg>
15 </svg>
16 </body>
17 </html>