Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svgsvgelement-ctm4.xhtml
blob759520e91f54c3184d11c3537e14030a7e6717f9
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <div>
4 <!-- All values should be identical to svgsvgelement-ctm.xhtml, except the screenCTM e/f values, our values should be 2px smaller here (108 instead of 110 etc..) -->
5 <!-- svgsvgelement-ctm.xhtml assigns a top/left position of 10px, and here 8px offset is automatically assigned from the parent <body> -->
6 <svg xmlns="http://www.w3.org/2000/svg" id="svg1" width="400" height="400">
7 <svg id="svg2" x="50" y="50">
8 <g id="group" transform="translate(10, 10)">
9 <svg id="svg3" x="-100" y="-100" viewBox="5 5 20 20"></svg>
10 </g>
11 </svg>
12 </svg>
13 </div>
14 <div id="log"></div>
15 <script src="resources/svgsvgelement-ctm.js"></script>
16 </body>
17 </html>