Modified: trunk/LayoutTests/ChangeLog (128419 => 128420)
--- trunk/LayoutTests/ChangeLog 2012-09-13 08:14:52 UTC (rev 128419)
+++ trunk/LayoutTests/ChangeLog 2012-09-13 08:19:35 UTC (rev 128420)
@@ -2,6 +2,17 @@
Unreviewed GTK gardening.
+ Rebaselining two tests after r128375.
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/fast/table/height-percent-test-vertical-expected.png: Added.
+ * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
+ * platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added.
+
+2012-09-13 Zan Dobersek <[email protected]>
+
+ Unreviewed GTK gardening.
+
Removing expectation for fast/canvas/canvas-css-crazy.html, the test
was fixed in r128411.
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (128419 => 128420)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2012-09-13 08:14:52 UTC (rev 128419)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2012-09-13 08:19:35 UTC (rev 128420)
@@ -41,8 +41,6 @@
// Tests that require new results.
//////////////////////////////////////////////////////////////////////////////////////////
-BUGWK96308 : fast/table/height-percent-test-vertical.html = TEXT
-BUGWK96308 : fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html = TEXT
//////////////////////////////////////////////////////////////////////////////////////////
// Expected failures
Modified: trunk/LayoutTests/platform/gtk/fast/table/height-percent-test-vertical-expected.txt (128419 => 128420)
--- trunk/LayoutTests/platform/gtk/fast/table/height-percent-test-vertical-expected.txt 2012-09-13 08:14:52 UTC (rev 128419)
+++ trunk/LayoutTests/platform/gtk/fast/table/height-percent-test-vertical-expected.txt 2012-09-13 08:19:35 UTC (rev 128420)
@@ -1,9 +1,9 @@
-layer at (0,0) size 1282x585
+layer at (0,0) size 1712x585
RenderView at (0,0) size 800x585
layer at (0,0) size 800x585
RenderBlock {HTML} at (0,0) size 800x585
RenderBody {BODY} at (8,8) size 784x569
- RenderBlock {DIV} at (0,0) size 1274x134
+ RenderBlock {DIV} at (0,0) size 1704x134
RenderBlock {DIV} at (16,16) size 26x102 [border: (1px solid #000000)]
RenderBlock (floating) {DIV} at (1,1) size 24x100
RenderBlock {DIV} at (0,0) size 24x100 [bgcolor=#008000]
@@ -14,13 +14,13 @@
RenderTableRow {TR} at (0,0) size 24x96
RenderTableCell {TD} at (0,1) size 24x94 [r=0 c=0 rs=1 cs=1]
RenderImage {IMG} at (1,-1) size 22x96 [bgcolor=#008000]
- RenderBlock {DIV} at (100,16) size 571x102 [border: (1px solid #000000)]
- RenderBlock {DIV} at (1,1) size 569x100
- RenderBlock {DIV} at (0,0) size 569x100 [bgcolor=#008000]
- RenderBlock {DIV} at (687,16) size 571x102 [border: (1px solid #000000)]
- RenderBlock {DIV} at (1,1) size 569x100
- RenderTable {TABLE} at (0,0) size 569x96 [bgcolor=#FF0000]
- RenderTableSection {TBODY} at (0,0) size 569x96
- RenderTableRow {TR} at (0,0) size 569x96
- RenderTableCell {TD} at (0,273) size 569x-451 [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (273,-273) size 22x96 [bgcolor=#008000]
+ RenderBlock {DIV} at (100,16) size 786x102 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (1,1) size 784x100
+ RenderBlock {DIV} at (0,0) size 784x100 [bgcolor=#008000]
+ RenderBlock {DIV} at (902,16) size 786x102 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (1,1) size 784x100
+ RenderTable {TABLE} at (0,0) size 784x96 [bgcolor=#FF0000]
+ RenderTableSection {TBODY} at (0,0) size 784x96
+ RenderTableRow {TR} at (0,0) size 784x96
+ RenderTableCell {TD} at (0,381) size 784x-666 [r=0 c=0 rs=1 cs=1]
+ RenderImage {IMG} at (381,-381) size 22x96 [bgcolor=#008000]
Added: trunk/LayoutTests/platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt (0 => 128420)
--- trunk/LayoutTests/platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt 2012-09-13 08:19:35 UTC (rev 128420)
@@ -0,0 +1,39 @@
+compatMode: BackCompat
+PASS
+PASS
+PASS
+PASS
+PASS
+FAIL:
+Expected 100 for height, but got 600.
+
+<div class="container">
+ <div style="width: 100%; height: 100%;" data-expected-height="100" data-expected-width="200">
+ <div class="item vertical-rl" style="width: 100%; height: 100%;" data-expected-height="100" data-expected-width="200"></div>
+ </div>
+</div>
+PASS
+FAIL:
+Expected 100 for height, but got 600.
+Expected 100 for height, but got 600.
+Expected 100 for height, but got 600.
+
+<div class="container">
+ <div style="width: 150px;" data-expected-height="100" data-expected-width="150">
+ <div data-expected-height="100" data-expected-width="150">
+ <div class="item vertical-rl" style="width: 100%; height: 100%;" data-expected-height="100" data-expected-width="150"></div>
+ </div>
+ </div>
+</div>
+FAIL:
+Expected 584 for height, but got 1419.
+
+<div class="container" style="width: auto; height: auto; float: left;">
+ <div class="item" style="width: 100%; height: 100%;" data-expected-height="584" data-expected-width="0"></div>
+</div>
+FAIL:
+Expected 584 for height, but got 600.
+
+<div class="container" style="width: auto; height: auto; float: left;">
+ <div class="item vertical-rl" style="width: 100%; height: 100%;" data-expected-height="584" data-expected-width="0"></div>
+</div>