Title: [127332] trunk/LayoutTests
Revision
127332
Author
[email protected]
Date
2012-08-31 16:16:39 -0700 (Fri, 31 Aug 2012)

Log Message

[Lion] css3/filters/composited-during-animation-layertree.html produces empty results
https://bugs.webkit.org/show_bug.cgi?id=95622

Move the empty results to mac-lion and add the ML results to mac to get the bots greener.

* platform/mac-lion/css3/filters/composited-during-animation-layertree-expected.txt: Copied from LayoutTests/platform/mac/css3/filters/composited-during-animation-layertree-expected.txt.
* platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127331 => 127332)


--- trunk/LayoutTests/ChangeLog	2012-08-31 23:08:00 UTC (rev 127331)
+++ trunk/LayoutTests/ChangeLog	2012-08-31 23:16:39 UTC (rev 127332)
@@ -1,3 +1,13 @@
+2012-08-31  Jessie Berlin  <[email protected]>
+
+        [Lion] css3/filters/composited-during-animation-layertree.html produces empty results
+        https://bugs.webkit.org/show_bug.cgi?id=95622
+
+        Move the empty results to mac-lion and add the ML results to mac to get the bots greener.
+
+        * platform/mac-lion/css3/filters/composited-during-animation-layertree-expected.txt: Copied from LayoutTests/platform/mac/css3/filters/composited-during-animation-layertree-expected.txt.
+        * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:
+
 2012-08-31  Roger Fong  <[email protected]>
 
         Unreviewed. Getting rid of Windows specific results because CSS3 flexbox has been re-enabled here: https://bugs.webkit.org/show_bug.cgi?id=95382

Modified: trunk/LayoutTests/platform/mac/css3/filters/composited-during-animation-layertree-expected.txt (127331 => 127332)


--- trunk/LayoutTests/platform/mac/css3/filters/composited-during-animation-layertree-expected.txt	2012-08-31 23:08:00 UTC (rev 127331)
+++ trunk/LayoutTests/platform/mac/css3/filters/composited-during-animation-layertree-expected.txt	2012-08-31 23:16:39 UTC (rev 127332)
@@ -2,4 +2,34 @@
    
    
   
+(GraphicsLayer
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (children 4
+        (GraphicsLayer
+          (position 18.00 18.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 18.00 132.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 18.00 246.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 18.00 360.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
 

Copied: trunk/LayoutTests/platform/mac-lion/css3/filters/composited-during-animation-layertree-expected.txt (from rev 127331, trunk/LayoutTests/platform/mac/css3/filters/composited-during-animation-layertree-expected.txt) (0 => 127332)


--- trunk/LayoutTests/platform/mac-lion/css3/filters/composited-during-animation-layertree-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-lion/css3/filters/composited-during-animation-layertree-expected.txt	2012-08-31 23:16:39 UTC (rev 127332)
@@ -0,0 +1,5 @@
+   
+   
+   
+  
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to