Title: [167978] trunk/LayoutTests
Revision
167978
Author
hy...@apple.com
Date
2014-04-29 20:34:01 -0700 (Tue, 29 Apr 2014)

Log Message

Fix test up so that it looks the same as it did before my landing in r167965.

* fast/multicol/mixed-positioning-stacking-order.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (167977 => 167978)


--- trunk/LayoutTests/ChangeLog	2014-04-30 02:52:01 UTC (rev 167977)
+++ trunk/LayoutTests/ChangeLog	2014-04-30 03:34:01 UTC (rev 167978)
@@ -1,3 +1,9 @@
+2014-04-29  David Hyatt  <hy...@apple.com>
+
+        Fix test up so that it looks the same as it did before my landing in r167965.
+
+        * fast/multicol/mixed-positioning-stacking-order.html:
+
 2014-04-29  Simon Fraser  <simon.fra...@apple.com>
 
         Remove Settings::compositedScrollingForFramesEnabled

Modified: trunk/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html (167977 => 167978)


--- trunk/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html	2014-04-30 02:52:01 UTC (rev 167977)
+++ trunk/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html	2014-04-30 03:34:01 UTC (rev 167978)
@@ -14,6 +14,6 @@
 			<div style="width:100px;height:100px;background-color:purple;">3</div>
 		</div>
 		<div style="position:relative; z-index:1; background-color:lightblue; width:100%; height:200px; top:100px">1</div>
-		<div style="position:fixed;background-color:gold;left:68px;top:13px;height:200px;width:100px">2</div>
 	</div>
+    <div style="position:absolute;background-color:gold;left:68px;top:13px;height:200px;width:100px">2</div>
 </div>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to