Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/cell-doesnt-fit-in-column-after-previous-content-expected.html

Issue 1602773005: Respect break-inside:avoid on table rows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 td {
4 background-color: #ddd;
5 border: 1px solid black;
6 }
7 </style>
8 <p>crbug.com/99124: A break-inside:avoid row doesn't fit on page, so it breaks a nd the text inside it moves to avoid straddling the page-break.</p>
9 <div style="columns:2; column-fill:auto; height:5em; line-height:2em;">
10 first column<br>
11 <table cellpadding="1" cellspacing="0">
12 <tr>
13 <td>second column<br>second column</td>
14 </tr>
15 </table>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698