Diff
Modified: trunk/LayoutTests/ChangeLog (137238 => 137239)
--- trunk/LayoutTests/ChangeLog 2012-12-11 02:06:01 UTC (rev 137238)
+++ trunk/LayoutTests/ChangeLog 2012-12-11 02:37:23 UTC (rev 137239)
@@ -1,3 +1,22 @@
+2012-12-10 Kangil Han <[email protected]>
+
+ [EFL] Rebaseline expected results for "visibility:hidden; position: absolute;" cases
+ https://bugs.webkit.org/show_bug.cgi?id=104620
+
+ Unreviewed, EFL gardening.
+
+ This is a following rebaseline of BUG 104195.
+ This patch sets AC ON as a default expected result of EFL.
+
+ * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt.
+ * platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt.
+ * platform/efl-wk1/fast/block/basic/020-expected.txt: Copied from LayoutTests/platform/efl/fast/block/basic/020-expected.txt.
+ * platform/efl-wk2/fast/block/basic/020-expected.txt: Removed.
+ * platform/efl/TestExpectations:
+ * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
+ * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
+ * platform/efl/fast/block/basic/020-expected.txt:
+
2012-12-10 Adam Klein <[email protected]>
Fix expectations lint errors in r137231
Modified: trunk/LayoutTests/platform/efl/TestExpectations (137238 => 137239)
--- trunk/LayoutTests/platform/efl/TestExpectations 2012-12-11 02:06:01 UTC (rev 137238)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2012-12-11 02:37:23 UTC (rev 137239)
@@ -1579,8 +1579,6 @@
Bug(EFL) compositing/iframes/scroll-grandchild-iframe.html [ ImageOnlyFailure ]
Bug(EFL) compositing/repaint/invalidations-on-composited-layers.html [ Failure ]
Bug(EFL) compositing/visibility/visibility-composited.html [ Failure ]
-Bug(EFL) editing/input/caret-at-the-edge-of-contenteditable.html [ Failure ]
-Bug(EFL) editing/input/reveal-caret-of-multiline-contenteditable.html [ Failure ]
Bug(EFL) editing/selection/caret-rtl.html [ Failure Pass ]
Bug(EFL) editing/selection/caret-at-bidi-boundary.html [ Crash Pass ]
Bug(EFL) editing/selection/caret-ltr.html [ Failure Pass ]
Modified: trunk/LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt (137238 => 137239)
--- trunk/LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt 2012-12-11 02:06:01 UTC (rev 137238)
+++ trunk/LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt 2012-12-11 02:37:23 UTC (rev 137239)
@@ -11,4 +11,8 @@
RenderBlock {DIV} at (0,36) size 82x20 [border: (1px solid #000000)]
RenderText {#text} at (1,1) size 336x19
text run at (1,1) width 336: "012345678901012345678901234567890123456789"
+layer at (8,44) size 8x18
+ RenderBlock (positioned) {SPAN} at (8,44) size 8x18
+ RenderText {#text} at (0,0) size 8x19
+ text run at (0,0) width 8: "0"
caret: position 12 of child 0 {#text} of child 5 {DIV} of body
Modified: trunk/LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt (137238 => 137239)
--- trunk/LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt 2012-12-11 02:06:01 UTC (rev 137238)
+++ trunk/LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt 2012-12-11 02:37:23 UTC (rev 137239)
@@ -101,4 +101,8 @@
RenderText {#text} at (1,541) size 16x19
text run at (1,541) width 16: "30"
RenderBR {BR} at (17,541) size 0x19
+layer at (8,26) size 8x18
+ RenderBlock (positioned) {SPAN} at (8,26) size 8x18
+ RenderText {#text} at (0,0) size 8x19
+ text run at (0,0) width 8: "0"
caret: position 1 of child 36 {#text} of child 5 {DIV} of body
Modified: trunk/LayoutTests/platform/efl/fast/block/basic/020-expected.txt (137238 => 137239)
--- trunk/LayoutTests/platform/efl/fast/block/basic/020-expected.txt 2012-12-11 02:06:01 UTC (rev 137238)
+++ trunk/LayoutTests/platform/efl/fast/block/basic/020-expected.txt 2012-12-11 02:37:23 UTC (rev 137239)
@@ -18,3 +18,7 @@
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"
Copied: trunk/LayoutTests/platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt (from rev 137238, trunk/LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt) (0 => 137239)
--- trunk/LayoutTests/platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt 2012-12-11 02:37:23 UTC (rev 137239)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x72
+ RenderBlock {HTML} at (0,0) size 800x72
+ RenderBody {BODY} at (8,8) size 784x56
+ RenderBlock {DIV} at (0,0) size 784x36
+ RenderText {#text} at (0,0) size 769x37
+ text run at (0,0) width 769: "When the caret reaches the edge of the input box or content editable div, on the next input if must jump to the center of the"
+ text run at (0,18) width 48: "control."
+layer at (8,44) size 82x20 clip at (9,45) size 80x18 scrollX 41 scrollWidth 337 scrollHeight 19
+ RenderBlock {DIV} at (0,36) size 82x20 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 336x19
+ text run at (1,1) width 336: "012345678901012345678901234567890123456789"
+caret: position 12 of child 0 {#text} of child 5 {DIV} of body
Copied: trunk/LayoutTests/platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt (from rev 137238, trunk/LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt) (0 => 137239)
--- trunk/LayoutTests/platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt 2012-12-11 02:37:23 UTC (rev 137239)
@@ -0,0 +1,104 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x216
+ RenderBlock {HTML} at (0,0) size 800x216
+ RenderBody {BODY} at (8,8) size 784x200
+ RenderBlock {DIV} at (0,0) size 784x18
+ RenderText {#text} at (0,0) size 595x19
+ text run at (0,0) width 595: "When the caret is scrolled out, on starting typing it must be brought to the center of the control."
+layer at (8,26) size 784x182 clip at (9,27) size 767x165 scrollY 252 scrollHeight 559
+ RenderBlock {DIV} at (0,18) size 784x182 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 16x19
+ text run at (1,1) width 16: "00"
+ RenderBR {BR} at (17,1) size 0x19
+ RenderText {#text} at (1,19) size 16x19
+ text run at (1,19) width 16: "01"
+ RenderBR {BR} at (17,19) size 0x19
+ RenderText {#text} at (1,37) size 16x19
+ text run at (1,37) width 16: "02"
+ RenderBR {BR} at (17,37) size 0x19
+ RenderText {#text} at (1,55) size 16x19
+ text run at (1,55) width 16: "03"
+ RenderBR {BR} at (17,55) size 0x19
+ RenderText {#text} at (1,73) size 16x19
+ text run at (1,73) width 16: "04"
+ RenderBR {BR} at (17,73) size 0x19
+ RenderText {#text} at (1,91) size 16x19
+ text run at (1,91) width 16: "05"
+ RenderBR {BR} at (17,91) size 0x19
+ RenderText {#text} at (1,109) size 16x19
+ text run at (1,109) width 16: "06"
+ RenderBR {BR} at (17,109) size 0x19
+ RenderText {#text} at (1,127) size 16x19
+ text run at (1,127) width 16: "07"
+ RenderBR {BR} at (17,127) size 0x19
+ RenderText {#text} at (1,145) size 16x19
+ text run at (1,145) width 16: "08"
+ RenderBR {BR} at (17,145) size 0x19
+ RenderText {#text} at (1,163) size 16x19
+ text run at (1,163) width 16: "09"
+ RenderBR {BR} at (17,163) size 0x19
+ RenderText {#text} at (1,181) size 16x19
+ text run at (1,181) width 16: "10"
+ RenderBR {BR} at (17,181) size 0x19
+ RenderText {#text} at (1,199) size 16x19
+ text run at (1,199) width 16: "11"
+ RenderBR {BR} at (17,199) size 0x19
+ RenderText {#text} at (1,217) size 16x19
+ text run at (1,217) width 16: "12"
+ RenderBR {BR} at (17,217) size 0x19
+ RenderText {#text} at (1,235) size 16x19
+ text run at (1,235) width 16: "13"
+ RenderBR {BR} at (17,235) size 0x19
+ RenderText {#text} at (1,253) size 16x19
+ text run at (1,253) width 16: "14"
+ RenderBR {BR} at (17,253) size 0x19
+ RenderText {#text} at (1,271) size 16x19
+ text run at (1,271) width 16: "15"
+ RenderBR {BR} at (17,271) size 0x19
+ RenderText {#text} at (1,289) size 16x19
+ text run at (1,289) width 16: "16"
+ RenderBR {BR} at (17,289) size 0x19
+ RenderText {#text} at (1,307) size 16x19
+ text run at (1,307) width 16: "17"
+ RenderBR {BR} at (17,307) size 0x19
+ RenderText {#text} at (1,325) size 25x19
+ text run at (1,325) width 25: ">18"
+ RenderBR {BR} at (26,325) size 0x19
+ RenderText {#text} at (1,343) size 16x19
+ text run at (1,343) width 16: "19"
+ RenderBR {BR} at (17,343) size 0x19
+ RenderText {#text} at (1,361) size 16x19
+ text run at (1,361) width 16: "20"
+ RenderBR {BR} at (17,361) size 0x19
+ RenderText {#text} at (1,379) size 16x19
+ text run at (1,379) width 16: "21"
+ RenderBR {BR} at (17,379) size 0x19
+ RenderText {#text} at (1,397) size 16x19
+ text run at (1,397) width 16: "22"
+ RenderBR {BR} at (17,397) size 0x19
+ RenderText {#text} at (1,415) size 16x19
+ text run at (1,415) width 16: "23"
+ RenderBR {BR} at (17,415) size 0x19
+ RenderText {#text} at (1,433) size 16x19
+ text run at (1,433) width 16: "24"
+ RenderBR {BR} at (17,433) size 0x19
+ RenderText {#text} at (1,451) size 16x19
+ text run at (1,451) width 16: "25"
+ RenderBR {BR} at (17,451) size 0x19
+ RenderText {#text} at (1,469) size 16x19
+ text run at (1,469) width 16: "26"
+ RenderBR {BR} at (17,469) size 0x19
+ RenderText {#text} at (1,487) size 16x19
+ text run at (1,487) width 16: "27"
+ RenderBR {BR} at (17,487) size 0x19
+ RenderText {#text} at (1,505) size 16x19
+ text run at (1,505) width 16: "28"
+ RenderBR {BR} at (17,505) size 0x19
+ RenderText {#text} at (1,523) size 16x19
+ text run at (1,523) width 16: "29"
+ RenderBR {BR} at (17,523) size 0x19
+ RenderText {#text} at (1,541) size 16x19
+ text run at (1,541) width 16: "30"
+ RenderBR {BR} at (17,541) size 0x19
+caret: position 1 of child 36 {#text} of child 5 {DIV} of body
Copied: trunk/LayoutTests/platform/efl-wk1/fast/block/basic/020-expected.txt (from rev 137238, trunk/LayoutTests/platform/efl/fast/block/basic/020-expected.txt) (0 => 137239)
--- trunk/LayoutTests/platform/efl-wk1/fast/block/basic/020-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl-wk1/fast/block/basic/020-expected.txt 2012-12-11 02:37:23 UTC (rev 137239)
@@ -0,0 +1,20 @@
+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
Deleted: trunk/LayoutTests/platform/efl-wk2/fast/block/basic/020-expected.txt (137238 => 137239)
--- trunk/LayoutTests/platform/efl-wk2/fast/block/basic/020-expected.txt 2012-12-11 02:06:01 UTC (rev 137238)
+++ trunk/LayoutTests/platform/efl-wk2/fast/block/basic/020-expected.txt 2012-12-11 02:37:23 UTC (rev 137239)
@@ -1,24 +0,0 @@
-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"