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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/cell-doesnt-fit-in-column-after-previous-content.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/cell-doesnt-fit-in-column-after-previous-content-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 td {
4 background-color: #ddd;
5 border: 1px solid black;
6 }
7 tr {
8 break-inside: avoid;
9 }
10 </style>
11 <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>
12 <div style="columns:2; column-fill:auto; height:5em; line-height:2em;">
13 first column<br>
14 <table cellpadding="1" cellspacing="0">
15 <tr>
16 <td>second column<br>second column</td>
17 </tr>
18 </table>
19 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/cell-doesnt-fit-in-column-after-previous-content-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698