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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan.html

Issue 2433403002: Pay attention to tall rowspanned cells in the first layout pass. (Closed)
Patch Set: rebase master 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-rowspan-alignment.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 body { overflow:hidden; } /* Auto-overflow might make the original bug harde r to reproduce. */
4 </style>
5 <p>The word "PASS" should be fully visible below.</p>
6 <div style="columns:3; column-gap:0; column-fill:auto; width:18em; height:92px; line-height:20px; orphans:1; widows:1;">
7 <div style="height:60px;"></div>
8 <table cellpadding="0" cellspacing="0" style="width:100%;">
9 <tr>
10 <td style="width:1px;"><br></td>
11 <td rowspan="2">
12 <br><br>PASS
13 </td>
14 </tr>
15 <tr>
16 <td><div style="width:1px; height:13px; break-inside:avoid;"></div>< /td>
17 </tr>
18 <tr style="background:black;">
19 <td><br></td>
20 <td><br></td>
21 </tr>
22 </table>
23 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-alignment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698