Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / columns-do-not-apply-expected.html
blob6730538446153db0d217e7ff3f5244afa7d183c4
1 <!-- This is deliberately left in quirks mode to trigger the bug. -->
2 <style>
3 body {
4 margin: 0px;
5 padding: 0px;
7 </style>
8 <body>
9 <svg width="600px" height="50px">
10 <text y="15">crbug.com/399603: svg text does not attempt to apply pagination from ancestors to itself.</text>
11 </svg>
12 </body>