blob: 5a7b846b6c682afb85f03277779f6a566be08e2d [file] [log] [blame]
robhogan68272282016-05-09 20:00:241<!DOCTYPE html>
2<style>
3table {
4 border-collapse: collapse;
5}
6td {
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