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

Unified Diff: LayoutTests/platform/win/fast/table/percent-heights-expected.txt

Issue 310943002: Auto-rebaseline for r175390 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/win/fast/table/percent-heights-expected.txt
diff --git a/LayoutTests/platform/win/fast/table/percent-heights-expected.txt b/LayoutTests/platform/win/fast/table/percent-heights-expected.txt
index 05fd628ca2e6539f1b350675f3371b0d848aa4cb..b9919c76793c2a4cb93048d03181626f5ba80951 100644
--- a/LayoutTests/platform/win/fast/table/percent-heights-expected.txt
+++ b/LayoutTests/platform/win/fast/table/percent-heights-expected.txt
@@ -3,16 +3,16 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {H3} at (0,0) size 784x21
- RenderText {#text} at (0,0) size 242x20
+ RenderBlock {H3} at (0,0) size 784x22
+ RenderText {#text} at (0,0) size 242x21
text run at (0,0) width 242: "Small Percentage Heights Bug"
- RenderBlock {P} at (0,39.72) size 784x36
+ RenderBlock {P} at (0,40.72) size 784x36
RenderText {#text} at (0,0) size 763x35
text run at (0,0) width 410: "In the example below, all eight cells should be the same height. "
text run at (409,0) width 354: "It appears that any percentage heights cause cells to fill"
text run at (0,18) width 148: "the entire table height. "
text run at (147,18) width 546: "Note how cell 8 is correct but 2-7 are not, despite the cells all specifying height:30%."
- RenderTable {TABLE} at (0,91.72) size 784x96 [border: (1px outset #808080)]
+ RenderTable {TABLE} at (0,92.72) size 784x96 [border: (1px outset #808080)]
RenderTableSection {TBODY} at (1,1) size 782x94
RenderTableRow {TR} at (0,0) size 782x94
RenderTableCell {TD} at (0,0) size 474x94 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698