Title: [125919] trunk/LayoutTests
Revision
125919
Author
[email protected]
Date
2012-08-17 11:39:28 -0700 (Fri, 17 Aug 2012)

Log Message

Unreviewed gardening. Updating test expectations after r125794.

* fast/repaint/transform-absolute-child-expected.txt: Added.
* fast/repaint/transform-repaint-descendants-expected.txt: Added.
* platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
* platform/chromium-linux/fast/repaint/transform-absolute-child-expected.png:
* platform/chromium-linux/fast/repaint/transform-repaint-descendants-expected.png:
* platform/chromium-linux/fast/repaint/transform-translate-expected.png:
* platform/chromium-linux/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
* platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
* platform/chromium-linux/media/audio-repaint-expected.png:
* platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png:
* platform/chromium-linux/transforms/svg-vs-css-expected.png:
* platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
* platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
* platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
* platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
* platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
* platform/chromium-win/fast/repaint/transform-absolute-child-expected.png:
* platform/chromium-win/fast/repaint/transform-repaint-descendants-expected.png:
* platform/chromium-win/fast/repaint/transform-translate-expected.png:
* platform/chromium-win/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
* platform/chromium-win/fast/transforms/transformed-document-element-expected.png:
* platform/chromium-win/media/audio-repaint-expected.png:
* platform/chromium-win/svg/transforms/svg-css-transforms-expected.png:
* platform/chromium-win/transforms/svg-vs-css-expected.png:
* platform/chromium/TestExpectations:
* platform/chromium/fast/sub-pixel: Added.
* platform/chromium/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
* platform/efl/fast/repaint/transform-absolute-child-expected.txt: Removed.
* platform/efl/fast/repaint/transform-repaint-descendants-expected.txt: Removed.
* platform/gtk/fast/repaint/transform-absolute-child-expected.txt: Removed.
* platform/gtk/fast/repaint/transform-repaint-descendants-expected.txt: Removed.
* platform/mac/fast/repaint/transform-absolute-child-expected.txt: Removed.
* platform/qt/fast/repaint/transform-absolute-child-expected.txt: Removed.

Modified Paths

Added Paths

Removed Paths

Property Changed

Diff

Modified: trunk/LayoutTests/ChangeLog (125918 => 125919)


--- trunk/LayoutTests/ChangeLog	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/ChangeLog	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,3 +1,42 @@
+2012-08-17  Levi Weintraub  <[email protected]>
+
+        Unreviewed gardening. Updating test expectations after r125794.
+
+        * fast/repaint/transform-absolute-child-expected.txt: Added.
+        * fast/repaint/transform-repaint-descendants-expected.txt: Added.
+        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-linux/fast/repaint/transform-absolute-child-expected.png:
+        * platform/chromium-linux/fast/repaint/transform-repaint-descendants-expected.png:
+        * platform/chromium-linux/fast/repaint/transform-translate-expected.png:
+        * platform/chromium-linux/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
+        * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
+        * platform/chromium-linux/media/audio-repaint-expected.png:
+        * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png:
+        * platform/chromium-linux/transforms/svg-vs-css-expected.png:
+        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
+        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
+        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
+        * platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
+        * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
+        * platform/chromium-win/fast/repaint/transform-absolute-child-expected.png:
+        * platform/chromium-win/fast/repaint/transform-repaint-descendants-expected.png:
+        * platform/chromium-win/fast/repaint/transform-translate-expected.png:
+        * platform/chromium-win/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
+        * platform/chromium-win/fast/transforms/transformed-document-element-expected.png:
+        * platform/chromium-win/media/audio-repaint-expected.png:
+        * platform/chromium-win/svg/transforms/svg-css-transforms-expected.png:
+        * platform/chromium-win/transforms/svg-vs-css-expected.png:
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/sub-pixel: Added.
+        * platform/chromium/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
+        * platform/efl/fast/repaint/transform-absolute-child-expected.txt: Removed.
+        * platform/efl/fast/repaint/transform-repaint-descendants-expected.txt: Removed.
+        * platform/gtk/fast/repaint/transform-absolute-child-expected.txt: Removed.
+        * platform/gtk/fast/repaint/transform-repaint-descendants-expected.txt: Removed.
+        * platform/mac/fast/repaint/transform-absolute-child-expected.txt: Removed.
+        * platform/qt/fast/repaint/transform-absolute-child-expected.txt: Removed.
+
 2012-08-17  Adrienne Walker  <[email protected]>
 
         [chromium] Mark indexeddb/resources-panel as also timing out

Added: trunk/LayoutTests/fast/repaint/transform-absolute-child-expected.txt (0 => 125919)


--- trunk/LayoutTests/fast/repaint/transform-absolute-child-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -0,0 +1,9 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x304
+  RenderBlock {HTML} at (0,0) size 800x304
+    RenderBody {BODY} at (8,50) size 784x204
+layer at (58,50) size 204x204
+  RenderBlock (relative positioned) {DIV} at (50,0) size 204x204 [border: (2px solid #000000)]
+layer at (135,127) size 400x50
+  RenderBlock (positioned) {DIV} at (77,77) size 400x50 [bgcolor=#808080]

Added: trunk/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt (0 => 125919)


--- trunk/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,16) size 784x236
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 53x19
+          text run at (0,0) width 53: "Test for "
+        RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
+          RenderText {#text} at (53,0) size 305x19
+            text run at (53,0) width 305: "https://bugs.webkit.org/show_bug.cgi?id=22088"
+        RenderText {#text} at (358,0) size 292x19
+          text run at (358,0) width 292: ". The rotated box should be correctly redrawn."
+layer at (108,150) size 202x202
+  RenderBlock (relative positioned) {DIV} at (0,34) size 202x202 [bgcolor=#CCCCCC] [border: (1px solid #000000)]
+layer at (184,226) size 400x50
+  RenderBlock (positioned) {DIV} at (76,76) size 400x50 [bgcolor=#555555]

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (125918 => 125919)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-17 18:39:28 UTC (rev 125919)
@@ -3416,18 +3416,6 @@
 
 BUGWK94242 DEBUG : media/track/track-cues-sorted-before-dispatch.html = PASS TIMEOUT
 
-// Needs update after bots cycle
-BUGLEVIW SNOWLEOPARD WIN LINUX : fast/sub-pixel/sub-pixel-accumulates-to-layers.html = PASS MISSING TEXT IMAGE IMAGE+TEXT
-BUGLEVIW SNOWLEOPARD WIN LINUX : transforms/svg-vs-css.xhtml = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW SNOWLEOPARD WIN LINUX : svg/transforms/svg-css-transforms.xhtml = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW SNOWLEOPARD WIN LINUX : media/audio-repaint.html = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW SNOWLEOPARD WIN LINUX : compositing/shadows/shadow-drawing.html = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW WIN LINUX : fast/repaint/transform-absolute-child.html = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW WIN LINUX : fast/repaint/transform-repaint-descendants.html = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW SNOWLEOPARD WIN LINUX : fast/repaint/transform-translate.html = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW SNOWLEOPARD WIN LINUX : fast/repaint/scroll-fixed-layer-with-transformed-parent-layer.html = PASS TEXT IMAGE IMAGE+TEXT
-BUGLEVIW SNOWLEOPARD WIN LINUX : fast/transforms/transformed-document-element.html = PASS TEXT IMAGE IMAGE+TEXT
-
 // Supposedly started failing between CR r140760 and CR r141216.  The failures
 // look like they involve antialiasing; the fact that the test clearly expects
 // these pixels not to be antialiased means these shouldn't just be rebaselined

Added: trunk/LayoutTests/platform/chromium/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt (0 => 125919)


--- trunk/LayoutTests/platform/chromium/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -0,0 +1,12 @@
+layer at (0,0) size 32000x585
+  RenderView at (0,0) size 800x585
+layer at (0,0) size 800x0
+  RenderBlock {HTML} at (0,0) size 800x0
+layer at (0,0) size 14x14
+  RenderBlock (positioned) {DIV} at (0,0) size 15x15
+layer at (6,0) size 2x7
+  RenderBlock (positioned) {DIV} at (6,0) size 2x8 [bgcolor=#FF0000]
+layer at (0,0) size 14x14
+  RenderBlock (positioned) {DIV} at (0,0) size 15x15
+layer at (6,0) size 2x7
+  RenderBlock (positioned) {DIV} at (6,0) size 2x8 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/fast/repaint/transform-absolute-child-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/fast/repaint/transform-repaint-descendants-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/fast/repaint/transform-translate-expected.png


(Binary files differ)

Added: trunk/LayoutTests/platform/chromium-linux/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-linux/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/platform/chromium-linux/fast/transforms/transformed-document-element-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/media/audio-repaint-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/transforms/svg-vs-css-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,12 +0,0 @@
-layer at (0,0) size 32000x585
-  RenderView at (0,0) size 800x585
-layer at (0,0) size 800x0
-  RenderBlock {HTML} at (0,0) size 800x0
-layer at (0,0) size 14x14
-  RenderBlock (positioned) {DIV} at (0,0) size 15x15
-layer at (6,0) size 2x7
-  RenderBlock (positioned) {DIV} at (6,0) size 2x8 [bgcolor=#FF0000]
-layer at (0,0) size 14x14
-  RenderBlock (positioned) {DIV} at (0,0) size 15x15
-layer at (6,0) size 2x7
-  RenderBlock (positioned) {DIV} at (6,0) size 2x8 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png ___________________________________________________________________

Modified: svn:mime-type

+ image/png

Added: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png ___________________________________________________________________

Added: svn:mime-type

Deleted: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,12 +0,0 @@
-layer at (0,0) size 32000x585
-  RenderView at (0,0) size 800x585
-layer at (0,0) size 800x0
-  RenderBlock {HTML} at (0,0) size 800x0
-layer at (0,0) size 14x14
-  RenderBlock (positioned) {DIV} at (0,0) size 15x15
-layer at (6,0) size 2x7
-  RenderBlock (positioned) {DIV} at (6,0) size 2x8 [bgcolor=#FF0000]
-layer at (0,0) size 14x14
-  RenderBlock (positioned) {DIV} at (0,0) size 15x15
-layer at (6,0) size 2x7
-  RenderBlock (positioned) {DIV} at (6,0) size 2x8 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/media/audio-repaint-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac-snowleopard/media/audio-repaint-expected.png ___________________________________________________________________

Modified: svn:mime-type

+ image/png

Modified: trunk/LayoutTests/platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/fast/repaint/transform-absolute-child-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/fast/repaint/transform-repaint-descendants-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/fast/repaint/transform-translate-expected.png


(Binary files differ)

Added: trunk/LayoutTests/platform/chromium-win/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-win/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/platform/chromium-win/fast/transforms/transformed-document-element-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/media/audio-repaint-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/transforms/svg-css-transforms-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/transforms/svg-vs-css-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/repaint/transform-absolute-child-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/efl/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/efl/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,9 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x304
-  RenderBlock {HTML} at (0,0) size 800x304
-    RenderBody {BODY} at (8,50) size 784x204
-layer at (58,50) size 204x204
-  RenderBlock (relative positioned) {DIV} at (50,0) size 204x204 [border: (2px solid #000000)]
-layer at (135,127) size 400x50
-  RenderBlock (positioned) {DIV} at (77,77) size 400x50 [bgcolor=#808080]

Deleted: trunk/LayoutTests/platform/efl/fast/repaint/transform-repaint-descendants-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/efl/fast/repaint/transform-repaint-descendants-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/efl/fast/repaint/transform-repaint-descendants-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,17 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x260
-  RenderBlock {HTML} at (0,0) size 800x260
-    RenderBody {BODY} at (8,16) size 784x236
-      RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 53x19
-          text run at (0,0) width 53: "Test for "
-        RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
-          RenderText {#text} at (53,0) size 305x19
-            text run at (53,0) width 305: "https://bugs.webkit.org/show_bug.cgi?id=22088"
-        RenderText {#text} at (358,0) size 292x19
-          text run at (358,0) width 292: ". The rotated box should be correctly redrawn."
-layer at (108,150) size 202x202
-  RenderBlock (relative positioned) {DIV} at (0,34) size 202x202 [bgcolor=#CCCCCC] [border: (1px solid #000000)]
-layer at (184,226) size 400x50
-  RenderBlock (positioned) {DIV} at (76,76) size 400x50 [bgcolor=#555555]

Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/transform-absolute-child-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/gtk/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,9 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x304
-  RenderBlock {HTML} at (0,0) size 800x304
-    RenderBody {BODY} at (8,50) size 784x204
-layer at (58,50) size 204x204
-  RenderBlock (relative positioned) {DIV} at (50,0) size 204x204 [border: (2px solid #000000)]
-layer at (135,127) size 400x50
-  RenderBlock (positioned) {DIV} at (77,77) size 400x50 [bgcolor=#808080]

Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/transform-repaint-descendants-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/gtk/fast/repaint/transform-repaint-descendants-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/transform-repaint-descendants-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,17 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x260
-  RenderBlock {HTML} at (0,0) size 800x260
-    RenderBody {BODY} at (8,16) size 784x236
-      RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 53x19
-          text run at (0,0) width 53: "Test for "
-        RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
-          RenderText {#text} at (53,0) size 305x19
-            text run at (53,0) width 305: "https://bugs.webkit.org/show_bug.cgi?id=22088"
-        RenderText {#text} at (358,0) size 292x19
-          text run at (358,0) width 292: ". The rotated box should be correctly redrawn."
-layer at (108,150) size 202x202
-  RenderBlock (relative positioned) {DIV} at (0,34) size 202x202 [bgcolor=#CCCCCC] [border: (1px solid #000000)]
-layer at (184,226) size 400x50
-  RenderBlock (positioned) {DIV} at (76,76) size 400x50 [bgcolor=#555555]

Deleted: trunk/LayoutTests/platform/mac/fast/repaint/transform-absolute-child-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/mac/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/mac/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,9 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x304
-  RenderBlock {HTML} at (0,0) size 800x304
-    RenderBody {BODY} at (8,50) size 784x204
-layer at (58,50) size 204x204
-  RenderBlock (relative positioned) {DIV} at (50,0) size 204x204 [border: (2px solid #000000)]
-layer at (135,127) size 400x50
-  RenderBlock (positioned) {DIV} at (77,77) size 400x50 [bgcolor=#808080]

Deleted: trunk/LayoutTests/platform/qt/fast/repaint/transform-absolute-child-expected.txt (125918 => 125919)


--- trunk/LayoutTests/platform/qt/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:33:38 UTC (rev 125918)
+++ trunk/LayoutTests/platform/qt/fast/repaint/transform-absolute-child-expected.txt	2012-08-17 18:39:28 UTC (rev 125919)
@@ -1,9 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x304
-  RenderBlock {HTML} at (0,0) size 800x304
-    RenderBody {BODY} at (8,50) size 784x204
-layer at (58,50) size 204x204
-  RenderBlock (relative positioned) {DIV} at (50,0) size 204x204 [border: (2px solid #000000)]
-layer at (135,127) size 400x50
-  RenderBlock (positioned) {DIV} at (77,77) size 400x50 [bgcolor=#808080]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to