Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / viewBox-empty-expected.html
blob4638411d867446698545b22903342bbde6c5c577
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <svg width="600px" height="100px" xmlns="http://www.w3.org/2000/svg">
5 <rect width="100" height="100" fill="green"/>
6 <rect x="120" width="100" height="100" fill="green"/>
7 <rect x="240" width="100" height="100" fill="green"/>
8 </svg>
10 <div style="width: 100px; height: 100px; background-color: green;">
11 </div>
12 </body>
13 </html>