Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / transforms / transform-svg-expected.html
blobbce3a5b3f7ff0b4c13c0bfaa018f499e425139ea
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <style>
4 body {
5 padding: 0px;
6 margin: 0px;
9 #svgRoot {
10 padding: 0px;
11 margin: 0px;
13 position: absolute;
14 left: 200px;
15 top: 200px;
17 </style>
18 </head>
20 <body>
21 <!--This test verifies that transformed SVG elements are positioned properly.-->
22 <svg id="svgRoot" width="400px" height="400px" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
23 <circle id="circle" cx="100" cy="100" r="10"/>
24 </svg>
25 </body>
26 </html>