robhogan | 6827228 | 2016-05-09 20:00:24 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <style> | ||||
3 | table { | ||||
4 | border-collapse: collapse; | ||||
5 | } | ||||
6 | td { | ||||
7 | background-color: #ddd; | ||||
8 | font-size: 65px; | ||||
9 | border: 1px solid black; | ||||
10 | } | ||||
11 | </style> | ||||
12 | <p>crbug.com/99124: A break-inside:avoid row doesn't fit on page, so it breaks and the text inside it moves to avoid straddling the page-break.</p> | ||||
13 | <div style="-webkit-columns:3; column-fill:auto; height:210px; background:yellow;"> | ||||
14 | <table> | ||||
15 | <tr><td>Text Text Text Text Text Text Text Text Text Text Text Text Text Text</td></tr> | ||||
16 | </table> | ||||
17 | </div> | ||||
18 |