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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height.html

Issue 2421133002: Disable row stretching for tables crossing fragmentainer boundaries. (Closed)
Patch Set: Use fixed line-height in test, so that it passes everywhere, not just Linux. Created 4 years, 2 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/fragmented-table-with-fixed-height-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 <p>Below there should be a blue square snapped to the blue line above it.</p>
3 <div style="columns:3; column-gap:0; column-fill:auto; width:300px; line-height: 20px; height:90px; border-top:1px solid blue; orphans:1; widows:1;">
4 <div style="height:40px;"></div>
5 <table cellpadding="0" cellspacing="0" style="height:200px;">
6 <tr>
7 <td><br><br></td>
8 </tr>
9 <tr>
10 <td>
11 <!-- Need an empty first block, so that there's a break
12 opportunity before the second one. There's no break
13 opportunity before a first child block. -->
14 <div></div>
15 <div style="width:80px; background:blue;">
16 <br><br><br>
17 </div>
18 </td>
19 </tr>
20 </table>
21 <div style="width:80px; background:blue;">
22 <br>
23 </div>
24 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698