Diff
Modified: trunk/LayoutTests/ChangeLog (129254 => 129255)
--- trunk/LayoutTests/ChangeLog 2012-09-21 21:27:22 UTC (rev 129254)
+++ trunk/LayoutTests/ChangeLog 2012-09-21 21:39:32 UTC (rev 129255)
@@ -1,3 +1,13 @@
+2012-09-21 Roger Fong <[email protected]>
+
+ Unreviewed. Creating some Windows specific tests.
+ http://trac.webkit.org/changeset/128652 changed results for these tests on Mac but Windows results should stay the same.
+
+ * platform/win/fast/block/positioning: Added.
+ * platform/win/fast/block/positioning/016-expected.txt: Added.
+ * platform/win/fast/block/positioning/025-expected.txt: Added.
+ * platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
+
2012-09-21 Chris Fleizach <[email protected]>
WebKit exposes incorrect bounds for embedded SVG in HTML
@@ -3311,7 +3321,6 @@
* platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
* platform/chromium/TestExpectations:
->>>>>>> .r128909
2012-09-18 Julien Chaffraix <[email protected]>
Tables without any descendant and auto logical width should have a 0px logical width
@@ -3388,7 +3397,6 @@
block-flow direction if we have a row. This is not consistently handled by browsers and not very well
defined in CSS.
->>>>>>> .r128907
2012-09-18 Zan Dobersek <[email protected]>
Unreviewed GTK gardening.
Added: trunk/LayoutTests/platform/win/fast/block/positioning/016-expected.txt (0 => 129255)
--- trunk/LayoutTests/platform/win/fast/block/positioning/016-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/block/positioning/016-expected.txt 2012-09-21 21:39:32 UTC (rev 129255)
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8
+ RenderBlock {HTML} at (0,0) size 800x8
+ RenderBody {BODY} at (8,8) size 784x0
+layer at (0,0) size 100x100
+ RenderBlock (positioned) {DIV} at (0,0) size 100x100
+layer at (0,0) size 100x100
+ RenderBlock (positioned) zI: 1 {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+layer at (0,0) size 100x100
+ RenderBlock (positioned) zI: 1 {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+layer at (0,0) size 100x100
+ RenderBlock (positioned) zI: 2 {DIV} at (0,0) size 100x100 [bgcolor=#008000]
Property changes on: trunk/LayoutTests/platform/win/fast/block/positioning/016-expected.txt
___________________________________________________________________
Added: svn:executable
Added: trunk/LayoutTests/platform/win/fast/block/positioning/025-expected.txt (0 => 129255)
--- trunk/LayoutTests/platform/win/fast/block/positioning/025-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/block/positioning/025-expected.txt 2012-09-21 21:39:32 UTC (rev 129255)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8 layerType: background only
+layer at (0,0) size 100x100
+ RenderBlock (positioned) zI: -1 {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+layer at (0,0) size 800x8 layerType: foreground only
+ RenderBlock {HTML} at (0,0) size 800x8
+ RenderBody {BODY} at (8,8) size 784x0
+layer at (0,0) size 100x100
+ RenderBlock (positioned) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
Property changes on: trunk/LayoutTests/platform/win/fast/block/positioning/025-expected.txt
___________________________________________________________________
Added: svn:executable
Added: trunk/LayoutTests/platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt (0 => 129255)
--- trunk/LayoutTests/platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt 2012-09-21 21:39:32 UTC (rev 129255)
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8
+ RenderBlock {HTML} at (0,0) size 800x8
+ RenderBody {BODY} at (8,8) size 784x0
+layer at (0,0) size 100x100
+ RenderBlock (positioned) {DIV} at (0,0) size 100x100
+layer at (0,0) size 100x100
+ RenderBlock (positioned) zI: 1 {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+layer at (0,0) size 100x100
+ RenderBlock (positioned) zI: 1 {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+layer at (0,0) size 100x100
+ RenderBlock (positioned) zI: 2 {DIV} at (0,0) size 100x100 [bgcolor=#008000]
Property changes on: trunk/LayoutTests/platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt
___________________________________________________________________
Added: svn:executable