Title: [172545] trunk/LayoutTests
Revision
172545
Author
simon.fra...@apple.com
Date
2014-08-13 17:23:58 -0700 (Wed, 13 Aug 2014)

Log Message

Land correct results for compositing/fixed-image-loading.html on WK1 and WK2.

* compositing/fixed-image-loading-expected.txt:
* platform/mac-wk2/compositing/fixed-image-loading-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (172544 => 172545)


--- trunk/LayoutTests/ChangeLog	2014-08-14 00:23:11 UTC (rev 172544)
+++ trunk/LayoutTests/ChangeLog	2014-08-14 00:23:58 UTC (rev 172545)
@@ -1,5 +1,12 @@
 2014-08-13  Simon Fraser  <simon.fra...@apple.com>
 
+        Land correct results for compositing/fixed-image-loading.html on WK1 and WK2.
+
+        * compositing/fixed-image-loading-expected.txt:
+        * platform/mac-wk2/compositing/fixed-image-loading-expected.txt: Added.
+
+2014-08-13  Simon Fraser  <simon.fra...@apple.com>
+
         Fix the test result for MountainLion and Mavericks, which don't composite fixed position.
         
         * compositing/fixed-image-loading-expected.txt:

Modified: trunk/LayoutTests/compositing/fixed-image-loading-expected.txt (172544 => 172545)


--- trunk/LayoutTests/compositing/fixed-image-loading-expected.txt	2014-08-14 00:23:11 UTC (rev 172544)
+++ trunk/LayoutTests/compositing/fixed-image-loading-expected.txt	2014-08-14 00:23:58 UTC (rev 172545)
@@ -1 +1,2 @@
 
+

Added: trunk/LayoutTests/platform/mac-wk2/compositing/fixed-image-loading-expected.txt (0 => 172545)


--- trunk/LayoutTests/platform/mac-wk2/compositing/fixed-image-loading-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/compositing/fixed-image-loading-expected.txt	2014-08-14 00:23:58 UTC (rev 172545)
@@ -0,0 +1,18 @@
+
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 13.00)
+          (bounds 214.00 232.00)
+        )
+      )
+    )
+  )
+)
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to