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