Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / style-attribute-font-size.svg
blobc05dd84a94e2330a2844a03a4d3fd835eed42f72
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <rect fill="red" x="0" y="0" width="10em" height="10em" style="font-size:10"/>
4 <rect fill="green" x="0" y="0" width="10em" height="10em" font-size="10"/>
5 <text y="20" x="150" font-size="10">SVG</text>
6 <text y="40" x="150" style="font-size:10">SVG</text>
8 <g transform="matrix(1 0 0 1 10 140)">
9 <text font-family="'Courier'" font-size="12">
11 <tspan x="0" y="0">For this test case to be successful, the</tspan>
12 <tspan x="0" y="15">rect should be green and the texts equal size. </tspan>
13 <tspan x="0" y="30">Bug 14926</tspan>
14 </text>
15 </g>
16 </svg>