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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/break-in-first-table-row-only.html

Issue 2423403002: Set logical top and height of table rows and cells in the first layout pass. (Closed)
Patch Set: 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/break-in-first-table-row-only-expected.txt » ('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: scroll; }
4 </style>
5 <p>There should be a hotpink square below.</p>
6 <div id="multicol" style="position:relative; columns:2; column-fill:auto; column -gap:0; width:100px; height:90px; line-height:20px; orphans:1; widows:1;">
7 <br>
8 <br>
9 <br>
10 <table data-expected-height="110" cellspacing="0" cellpadding="0">
11 <col style="width:10px;">
12 <col style="width:10px;">
13 <tr data-expected-height="50">
14 <td data-expected-height="50">
15 <br><br>
16 </td>
17 </tr>
18 <tr data-expected-height="60">
19 <td data-expected-height="60">
20 <br>
21 <div data-offset-y="40" style="position:relative; background:hot pink;"><br></div>
22 <br>
23 </td>
24 <td>
25 <div data-offset-y="40" style="position:relative; height:20px; b ackground:hotpink;"><br></div>
26 </td>
27 </tr>
28 </table>
29 </div>
30 <script src="../resources/check-layout.js"></script>
31 <script>
32 checkLayout("#multicol");
33 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/break-in-first-table-row-only-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698