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

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

Issue 19635004: Row spanning cell content is flowing out of the cell border if this row spanning cell comes under t… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@RowSpan_B249600_9
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 4fb0ee564dfda918187acbebf621e09e933765a8..c75ad0722b2d65e0c86bbe731426a98b0fb85ee5 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
@@ -207,23 +207,23 @@
</div>
<h5>Test 8 - Table Similar to CSS table with rowspan.</h5>
<table border="1px">
- <tr data-expected-height="39">
+ <tr data-expected-height="21">
<td rowspan=5 style="height:300px">row0 col0</td>
<td>row0 col1</td>
<td>row0 col2</td>
</tr>
- <tr data-expected-height="48">
+ <tr data-expected-height="87">
<td rowspan=3 style="height:200px">row1 col1</td>
<td rowspan=2 style="height:100px">row1 col2</td>
<td>row1 col3</td>
</tr>
- <tr data-expected-height="47">
+ <tr data-expected-height="96">
<td>row2 col3</td>
</tr>
- <tr data-expected-height="59">
+ <tr data-expected-height="40">
<td>row3 col2</td>
</tr>
- <tr data-expected-height="60">
+ <tr data-expected-height="24">
<td>row4 col1</td>
<td>row4 col2</td>
<td>row4 col3</td>

Powered by Google App Engine
This is Rietveld 408576698