Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svgsvgelement-ctm.xhtml
blobb53ee5cb0e692e3aec49429c504215187f0fd851
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <div style="position: absolute; top: 10px; left: 10px; width: 400px; height: 400px;">
4 <svg xmlns="http://www.w3.org/2000/svg" id="svg1" viewBox="0 0 400 400">
5 <svg id="svg2" viewBox="5 5 20 20">
6 <g id="group" transform="translate(10, 10)">
7 <svg id="svg3" viewBox="5 5 20 20"></svg>
8 </g>
9 </svg>
10 </svg>
11 </div>
12 <div id="log"></div>
13 <script src="resources/svgsvgelement-ctm.js"></script>
14 </body>
15 </html>