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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html

Issue 2412923002: Top-align table cells in rows that cross fragmentainer boundaries. (Closed)
Patch Set: Let's keep the pagination strut substraction thing a bit longer, since removing it affects some DRT… 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .cell { float:left; width:1em; }
4 </style>
5 <p>The word "PASS" should be seen below, with large letter
6 spacing. There should be a blue rectangle snapped to the blue
7 line. There should be no red.</p>
8 <div style="width:15em; line-height:20px; border-top:1px solid blue;">
9 <div style="float:left; margin-left:6em; width:1em; height:1em; background:b lue;"></div>
10 <br>
11 <br>
12 <div class="cell">P</div>
13 <div class="cell">A</div>
14 <div class="cell">S</div>
15 <div class="cell">S</div>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698