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

Unified Diff: LayoutTests/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-1-expected.txt

Issue 615093002: Auto-rebaseline for r182920 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-1-expected.txt
diff --git a/LayoutTests/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-1-expected.txt b/LayoutTests/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-1-expected.txt
index 99963b21739f49046221825e7e0198c356199871..54082dd862f82a6839fd9cd0c9b4d5f0e20cc765 100644
--- a/LayoutTests/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-1-expected.txt
+++ b/LayoutTests/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-1-expected.txt
@@ -34,7 +34,7 @@ row0 col0
PASS
row1 col0 row1 col1 - rowspan=4
FAIL:
-Expected 57 for height, but got 32.
+Expected 57 for height, but got 35.
<tr data-expected-height="57">
<td>row1 col0</td>
@@ -42,7 +42,7 @@ Expected 57 for height, but got 32.
</tr>
row2 col0
FAIL:
-Expected 57 for height, but got 58.
+Expected 57 for height, but got 59.
<tr data-expected-height="57">
<td>row2 col0</td>
@@ -59,7 +59,7 @@ row0 col0
PASS
row1 col0 row1 col1 - rowspan=4
FAIL:
-Expected 59 for height, but got 60.
+Expected 59 for height, but got 62.
<tr data-expected-height="59">
<td>row1 col0</td>
@@ -93,7 +93,7 @@ row1 col0
PASS
row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub
FAIL:
-Expected 77 for height, but got 32.
+Expected 77 for height, but got 35.
<tr data-expected-height="77">
<td rowspan="4" style="vertical-align:text-top; height:300px">row2 col0 - rowspan=4 vertical-align=text-top</td>
@@ -101,7 +101,7 @@ Expected 77 for height, but got 32.
</tr>
row3 col1 vertical-align=middle
FAIL:
-Expected 77 for height, but got 78.
+Expected 77 for height, but got 79.
<tr data-expected-height="77">
<td style="vertical-align:middle">row3 col1 vertical-align=middle</td>
@@ -138,7 +138,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 55.
<tr data-expected-height="87">
<td rowspan="3" style="height:200px">row1 col1</td>
@@ -147,28 +147,52 @@ 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 37 for height, but got 23.
<tr data-expected-height="37">
<td>row7 col1</td>
</tr>
row8 col1
-PASS
+FAIL:
+Expected 38 for height, but got 39.
+
+<tr data-expected-height="38">
+ <td>row8 col1</td>
+ </tr>
row9 col1
PASS
row10 col1

Powered by Google App Engine
This is Rietveld 408576698