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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.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-all-rowspans-height-distribution-in-rows-except-overlapped.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html b/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html
index 1a73681721b1408713238ad39f8acf924fd16dc4..ba279c3ed3e0bad32360301922a6fabd2d20ed19 100644
--- a/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html
+++ b/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html
@@ -409,20 +409,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