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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped-expected.txt

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/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped-expected.txt
index d1d1e503ab8acc570d5a3108351670f049437e42..c69d0c3b95a205dde8f3edce233698c399640a7e 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped-expected.txt
@@ -321,7 +321,7 @@ Expected 21 for height, but got 19.
</tr>
row1 col1 row1 col2 row1 col3
FAIL:
-Expected 87 for height, but got 59.
+Expected 87 for height, but got 52.
<tr data-expected-height="87">
<td rowspan="3" style="height:200px">row1 col1</td>
@@ -330,26 +330,46 @@ Expected 87 for height, but got 59.
</tr>
row2 col3
FAIL:
-Expected 96 for height, but got 95.
+Expected 96 for height, but got 84.
<tr data-expected-height="96">
<td>row2 col3</td>
</tr>
row3 col2
-PASS
+FAIL:
+Expected 40 for height, but got 35.
+
+<tr data-expected-height="40">
+ <td>row3 col2</td>
+ </tr>
row4 col1 row4 col2 row4 col3
-PASS
+FAIL:
+Expected 24 for height, but got 38.
+
+<tr data-expected-height="24">
+ <td>row4 col1</td>
+ <td>row4 col2</td>
+ <td>row4 col3</td>
+ </tr>
row5 col0 row5 col1 row5 col2
-PASS
+FAIL:
+Expected 19 for height, but got 34.
+
+<tr data-expected-height="19">
+ <td>row5 col0</td>
+ <td>row5 col1</td>
+ <td>row5 col2</td>
+ </tr>
row6 col0 row6 col1
-PASS
-row7 col1
FAIL:
-Expected 37 for height, but got 38.
+Expected 74 for height, but got 76.
-<tr data-expected-height="37">
- <td>row7 col1</td>
+<tr data-expected-height="74">
+ <td rowspan="5" style="height:200px">row6 col0</td>
+ <td rowspan="5" style="height:100px">row6 col1</td>
</tr>
+row7 col1
+PASS
row8 col1
PASS
row9 col1

Powered by Google App Engine
This is Rietveld 408576698