Title: [93139] trunk/LayoutTests
Revision
93139
Author
[email protected]
Date
2011-08-16 12:12:42 -0700 (Tue, 16 Aug 2011)

Log Message

Add Windows expected results for some <canvas> tests

<canvas> doesn't use accelerated compositing on Windows like it does on Lion.

* platform/win/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Copied from platform/mac-snowleopard/compositing/layer-creation/spanOverlapsCanvas-expected.txt.
* platform/win/fast/repaint/canvas-putImageData-expected.txt: Copied from platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93138 => 93139)


--- trunk/LayoutTests/ChangeLog	2011-08-16 18:56:43 UTC (rev 93138)
+++ trunk/LayoutTests/ChangeLog	2011-08-16 19:12:42 UTC (rev 93139)
@@ -1,3 +1,12 @@
+2011-08-16  Adam Roben  <[email protected]>
+
+        Add Windows expected results for some <canvas> tests
+
+        <canvas> doesn't use accelerated compositing on Windows like it does on Lion.
+
+        * platform/win/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Copied from platform/mac-snowleopard/compositing/layer-creation/spanOverlapsCanvas-expected.txt.
+        * platform/win/fast/repaint/canvas-putImageData-expected.txt: Copied from platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt.
+
 2011-08-12  Wyatt Carss  <[email protected]>
 
         Programmatically set selection should not have direction on Mac

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


--- trunk/LayoutTests/platform/win/compositing/layer-creation/spanOverlapsCanvas-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/compositing/layer-creation/spanOverlapsCanvas-expected.txt	2011-08-16 19:12:42 UTC (rev 93139)
@@ -0,0 +1 @@
+

Added: trunk/LayoutTests/platform/win/fast/repaint/canvas-putImageData-expected.txt (0 => 93139)


--- trunk/LayoutTests/platform/win/fast/repaint/canvas-putImageData-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/repaint/canvas-putImageData-expected.txt	2011-08-16 19:12:42 UTC (rev 93139)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderHTMLCanvas {CANVAS} at (0,0) size 100x100
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to