Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svgsvgelement-ctm5.xhtml
blob3f9426f2fd9748962c0495060534bc9e0fba3a34
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <div style="position: absolute; left: 0px; top: 0px; width: 800px; height: 600px;">
4 <!-- Testcase covering bug https://bugs.webkit.org/show_bug.cgi?id=27183 -->
5 <!-- WebKit used to return wrong screenCTM values, when using viewBox in combination with relative width/height values on the outermost <svg> -->
6 <svg xmlns="http://www.w3.org/2000/svg" id="svg1" width="100%" height="100%" viewBox="0 0 400 400">
7 <svg id="svg2" viewBox="5 5 20 20">
8 <g id="group" transform="translate(10, 10)">
9 <svg id="svg3" 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>