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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions-break-freely.html

Issue 2438613004: Remove first-line-in-cell strut subtraction workaround. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions-break-freely-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions-break-freely.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions.html b/third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions-break-freely.html
similarity index 77%
copy from third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions.html
copy to third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions-break-freely.html
index 607546a1daadc40a41ec1391dde8cae72d3b1ce4..044a77f21347f8322ea524b8f12dc01ad39e9c05 100644
--- a/third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions.html
+++ b/third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions-break-freely.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<style>
body { overflow: scroll; }
-tr { break-inside:avoid; }
</style>
<div id="multicol" style="columns:4; column-fill:auto; column-gap:0; height:70px; line-height:20px; orphans:1; widows:1;">
<table style="width:50px;" cellspacing="0" cellpadding="0">
@@ -9,15 +8,15 @@ tr { break-inside:avoid; }
<tr data-offset-y="0" data-expected-height="60">
<td><br><br><br></td>
</tr>
- <tr data-offset-y="70" data-expected-height="60">
+ <tr data-offset-y="60" data-expected-height="70">
<td><br><br><br></td>
</tr>
- <tr data-offset-y="140" data-expected-height="60">
+ <tr data-offset-y="130" data-expected-height="70">
<td><br><br><br></td>
</tr>
</tbody>
<tfoot>
- <tr data-offset-y="210" data-expected-height="60">
+ <tr data-offset-y="200" data-expected-height="70">
<td><br><br><br></td>
</tr>
</tfoot>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/table-row-dimensions-break-freely-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698