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

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

Issue 2534413004: Made varied number of cells in each row based on row's requirement. (Closed)
Patch Set: Reset TestExpectations file Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html b/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
index c75ad0722b2d65e0c86bbe731426a98b0fb85ee5..f7e4d98cc3c6d7111ca5c91f575c4fbac50842c0 100644
--- a/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
+++ b/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
@@ -233,20 +233,20 @@
<td>row5 col1</td>
<td>row5 col2</td>
</tr>
- <tr data-expected-height="0">
+ <tr data-expected-height="74">
<td rowspan=5 style="height:200px">row6 col0</td>
<td rowspan=5 style="height:100px">row6 col1</td>
</tr>
- <tr data-expected-height="37">
+ <tr data-expected-height="19">
<td>row7 col1</td>
</tr>
- <tr data-expected-height="38">
+ <tr data-expected-height="19">
<td>row8 col1</td>
</tr>
- <tr data-expected-height="49">
+ <tr data-expected-height="19">
<td>row9 col1</td>
</tr>
- <tr data-expected-height="49">
+ <tr data-expected-height="19">
<td>row10 col1</td>
</tr>
</table>

Powered by Google App Engine
This is Rietveld 408576698