Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / transformed-text-invalidation.html
blobe1941b05744f38ddca221c42feca325d53127f1f
1 <!DOCTYPE HTML>
2 <style>
3 body {
4 margin-left: -140px;
5 margin-top: -120px;
7 </style>
8 <body>
9 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
10 <foreignObject xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
11 <svg>
12 <g transform="translate(130, 130)">
13 <text x="40" y="20">PASS</text>
14 </g>
15 </svg>
16 </foreignObject>
17 </svg>
18 </body>