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

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

Issue 19390002: Spanning logical height is not added properly in all spanning rows. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@RowSpan_B254914_6
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-2.html
diff --git a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html
index acde8aeb328fe0d8312a5e61efeb53d8735e6de1..1547184a09c6a52241bbc713cf822b6da50f9ddf 100644
--- a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html
+++ b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html
@@ -362,16 +362,16 @@
<td rowspan=5 style="height:200px">row6 col0</td>
<td rowspan=5 style="height:100px">row6 col1</td>
</tr>
- <tr data-expected-height="19">
+ <tr data-expected-height="37">
<td>row7 col1</td>
</tr>
- <tr data-expected-height="19">
+ <tr data-expected-height="38">
<td>row8 col1</td>
</tr>
- <tr data-expected-height="19">
+ <tr data-expected-height="49">
<td>row9 col1</td>
</tr>
- <tr data-expected-height="19">
+ <tr data-expected-height="49">
<td>row10 col1</td>
</tr>
</table>

Powered by Google App Engine
This is Rietveld 408576698