Title: [136786] trunk/LayoutTests
Revision
136786
Author
commit-qu...@webkit.org
Date
2012-12-05 18:36:22 -0800 (Wed, 05 Dec 2012)

Log Message

[WK2][EFL] Gardening. Rebase fast/block/basic/020.html
https://bugs.webkit.org/show_bug.cgi?id=104195

Unreviewed Gardening.

The layer for "visibility:hidden;position:absolute;" object should be in RenderTree when USE(ACCELERATED_COMPOSITING),
because the HiddenLayers are included in zOrderList when CompositingMode is on.

Patch by KyungTae Kim <ktf....@samsung.com> on 2012-12-05

* platform/efl-wk2/fast/block/basic/020-expected.txt: Added.
* platform/efl/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (136785 => 136786)


--- trunk/LayoutTests/ChangeLog	2012-12-06 02:06:55 UTC (rev 136785)
+++ trunk/LayoutTests/ChangeLog	2012-12-06 02:36:22 UTC (rev 136786)
@@ -1,3 +1,16 @@
+2012-12-05  KyungTae Kim  <ktf....@samsung.com>
+
+        [WK2][EFL] Gardening. Rebase fast/block/basic/020.html
+        https://bugs.webkit.org/show_bug.cgi?id=104195
+
+        Unreviewed Gardening.
+
+        The layer for "visibility:hidden;position:absolute;" object should be in RenderTree when USE(ACCELERATED_COMPOSITING),
+        because the HiddenLayers are included in zOrderList when CompositingMode is on.
+
+        * platform/efl-wk2/fast/block/basic/020-expected.txt: Added.
+        * platform/efl/TestExpectations:
+
 2012-12-05  Joshua Bell  <jsb...@chromium.org>
 
         IndexedDB: Allow multiple transactions to interleave request execution

Modified: trunk/LayoutTests/platform/efl/TestExpectations (136785 => 136786)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-12-06 02:06:55 UTC (rev 136785)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-12-06 02:36:22 UTC (rev 136786)
@@ -1610,7 +1610,6 @@
 Bug(EFL) editing/selection/caret-ltr-2-left.html [ Failure Pass ]
 Bug(EFL) editing/selection/caret-ltr-2.html [ Failure Pass ]
 Bug(EFL) editing/selection/caret-rtl-2.html [ Failure Pass ]
-Bug(EFL) fast/block/basic/020.html [ Failure ]
 Bug(EFL) fast/css/hover-update.html [ Failure Pass ]
 Bug(EFL) fast/dynamic/012.html [ Failure ]
 Bug(EFL) fast/dynamic/layer-hit-test-crash.html [ Failure ]

Added: trunk/LayoutTests/platform/efl-wk2/fast/block/basic/020-expected.txt (0 => 136786)


--- trunk/LayoutTests/platform/efl-wk2/fast/block/basic/020-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/fast/block/basic/020-expected.txt	2012-12-06 02:36:22 UTC (rev 136786)
@@ -0,0 +1,24 @@
+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 784x576
+      RenderBlock {DIV} at (0,0) size 784x52
+        RenderBlock (anonymous) at (0,0) size 784x18
+          RenderText {#text} at (0,0) size 12x19
+            text run at (0,0) width 12: "A"
+          RenderText {#text} at (12,0) size 11x19
+            text run at (12,0) width 11: "C"
+        RenderBlock {P} at (0,34) size 784x0
+        RenderBlock {DIV} at (0,34) size 784x18
+          RenderBlock (anonymous) at (0,0) size 784x18
+            RenderText {#text} at (100,0) size 16x19
+              text run at (100,0) width 16: "A "
+            RenderBlock (floating) {SPAN} at (0,0) size 100x100 [bgcolor=#008000]
+            RenderText {#text} at (116,0) size 11x19
+              text run at (116,0) width 11: "B"
+          RenderBlock {P} at (0,34) size 784x0
+layer at (20,8) size 11x18
+  RenderBlock (positioned) {SPAN} at (20,8) size 11x18
+    RenderText {#text} at (0,0) size 11x19
+      text run at (0,0) width 11: "B"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to