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

Unified Diff: LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html

Issue 18050007: Height of fixed height cell is not proper when cell's row is under row spanning cell. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
Index: LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
diff --git a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
index 804067b22d60325e77c5f5fdb318cb72abe694e6..d1ff10d3ad224fc731b7a5bde3fc36791ed499d7 100644
--- a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
+++ b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
@@ -75,7 +75,7 @@
<tr data-expected-height="74">
<td>row3 col0</td>
</tr>
- <tr data-expected-height="76">
+ <tr data-expected-height="75">
<td>row4 col0</td>
</tr>
<tr data-expected-height="19">
@@ -90,17 +90,17 @@
<tr>
<td>row0 col0</td>
</tr>
- <tr data-expected-height="33">
+ <tr data-expected-height="59">
<td>row1 col0</td>
<td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td>
</tr>
- <tr data-expected-height="130">
+ <tr data-expected-height="74">
<td style="height:70px">row2 col0</td>
</tr>
- <tr data-expected-height="43">
+ <tr data-expected-height="34">
<td style="height:30px">row3 col0</td>
</tr>
- <tr data-expected-height="136">
+ <tr data-expected-height="104">
<td style="height:100px">row4 col0</td>
</tr>
<tr data-expected-height="54">
@@ -212,7 +212,7 @@
<td>row0 col1</td>
<td>row0 col2</td>
</tr>
- <tr data-expected-height="47">
+ <tr data-expected-height="48">
<td rowspan=3 style="height:200px">row1 col1</td>
<td rowspan=2 style="height:100px">row1 col2</td>
<td>row1 col3</td>

Powered by Google App Engine
This is Rietveld 408576698