Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / root-size-attribute-changes-expected.html
blob408c5628efedf5869b72463f9163844deeb40f2d
1 <!DOCTYPE HTML>
2 <html>
3 <style>
4 body { line-height: 10px; }
5 </style>
6 <body>
7 <p id="description">Test changing of SVG size attributes. This test passes if there is a green square and no red.</p>
8 <svg id="svg" width="300" height="300">
9 <rect x="0" y="0" width="100" height="100" fill="green"/>
10 </svg>
11 </body>
12 </html>