Title: [90597] trunk/LayoutTests
Revision
90597
Author
jam...@google.com
Date
2011-07-07 15:45:29 -0700 (Thu, 07 Jul 2011)

Log Message

[chromium] Add text baseline for spanOverlapsCanvas

* platform/chromium-gpu-win/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
* platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90596 => 90597)


--- trunk/LayoutTests/ChangeLog	2011-07-07 22:37:55 UTC (rev 90596)
+++ trunk/LayoutTests/ChangeLog	2011-07-07 22:45:29 UTC (rev 90597)
@@ -1,3 +1,10 @@
+2011-07-07  James Robinson  <jam...@chromium.org>
+
+        [chromium] Add text baseline for spanOverlapsCanvas
+
+        * platform/chromium-gpu-win/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2011-07-07  Gavin Peters  <gav...@chromium.org>
 
         Reviewed by Alexey Proskuryakov.

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (90596 => 90597)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-07 22:37:55 UTC (rev 90596)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-07 22:45:29 UTC (rev 90597)
@@ -3887,8 +3887,6 @@
 // Strange scrollbar.
 BUGWK63115 : fast/css/font-face-in-shadow-DOM.html = PASS IMAGE+TEXT
 
-BUGCR87217 WIN LINUX GPU : compositing/layer-creation/spanOverlapsCanvas.html = TEXT
-
 // We now follow the ES5 spec with regards to the semantics of the receiver
 // given through eval to builtins (undefined). Test assumes that the global
 // object is given as receiver.

Added: trunk/LayoutTests/platform/chromium-gpu-win/compositing/layer-creation/spanOverlapsCanvas-expected.txt (0 => 90597)


--- trunk/LayoutTests/platform/chromium-gpu-win/compositing/layer-creation/spanOverlapsCanvas-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-gpu-win/compositing/layer-creation/spanOverlapsCanvas-expected.txt	2011-07-07 22:45:29 UTC (rev 90597)
@@ -0,0 +1,20 @@
+(GraphicsLayer
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (children 2
+        (GraphicsLayer
+          (position 8.00 8.00)
+          (bounds 100.00 50.00)
+        )
+        (GraphicsLayer
+          (position 8.00 8.00)
+          (bounds 100.00 50.00)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+
Property changes on: trunk/LayoutTests/platform/chromium-gpu-win/compositing/layer-creation/spanOverlapsCanvas-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to