Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / transformed-text-invalidation-expected.html
blob69c3869ccde7309a036e42f85990e639545e6d51
1 <!DOCTYPE HTML>
2 <style>
3 body {
4 margin: 0;
5 padding: 0;
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 <g transform="translate(30, 30)">
11 <text>PASS</text>
12 </g>
13 </svg>
14 </body>