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