Title: [126541] trunk/LayoutTests
Revision
126541
Author
[email protected]
Date
2012-08-23 22:28:27 -0700 (Thu, 23 Aug 2012)

Log Message

[EFL] Skip the tests which have wrong pixel expectations in fast/forms/
https://bugs.webkit.org/show_bug.cgi?id=94798

Unreviewed. Some tests in fast/forms seem to fail. Removed wrong expectations
and marked the tests MISSING.

fast/forms/listbox-hit-test-zoomed.html
Test 2 in this test seems to fail.

fast/forms/menulist-restrict-line-height.html
The text in the popup button is clipped.

fast/forms/search-cancel-button-style-sharing.html
fast/forms/search-rtl.html
Cancel mark in search field is not displayed.

fast/forms/menulist-narrow-width.html
fast/forms/select-baseline.html
fast/forms/menulist-style-color.html
fast/forms/select-style.html
These tests seem to have style error.

fast/forms/textarea-scroll-height.html
fast/forms/textarea-scrolled-type.html
Scroll bar isn't being fully rendered.

Patch by KwangYong Choi <[email protected]> on 2012-08-23

* platform/efl/TestExpectations:
* platform/efl/fast/forms/listbox-hit-test-zoomed-expected.png: Removed.
* platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt: Removed.
* platform/efl/fast/forms/menulist-narrow-width-expected.png: Removed.
* platform/efl/fast/forms/menulist-narrow-width-expected.txt: Removed.
* platform/efl/fast/forms/menulist-restrict-line-height-expected.png: Removed.
* platform/efl/fast/forms/menulist-restrict-line-height-expected.txt: Removed.
* platform/efl/fast/forms/menulist-style-color-expected.png: Removed.
* platform/efl/fast/forms/menulist-style-color-expected.txt: Removed.
* platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png: Removed.
* platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed.
* platform/efl/fast/forms/search-rtl-expected.png: Removed.
* platform/efl/fast/forms/search-rtl-expected.txt: Removed.
* platform/efl/fast/forms/select-baseline-expected.png: Removed.
* platform/efl/fast/forms/select-baseline-expected.txt: Removed.
* platform/efl/fast/forms/select-style-expected.png: Removed.
* platform/efl/fast/forms/select-style-expected.txt: Removed.
* platform/efl/fast/forms/textarea-scroll-height-expected.png: Removed.
* platform/efl/fast/forms/textarea-scroll-height-expected.txt: Removed.
* platform/efl/fast/forms/textarea-scrolled-type-expected.png: Removed.
* platform/efl/fast/forms/textarea-scrolled-type-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126540 => 126541)


--- trunk/LayoutTests/ChangeLog	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/ChangeLog	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,3 +1,53 @@
+2012-08-23  KwangYong Choi  <[email protected]>
+
+        [EFL] Skip the tests which have wrong pixel expectations in fast/forms/
+        https://bugs.webkit.org/show_bug.cgi?id=94798
+
+        Unreviewed. Some tests in fast/forms seem to fail. Removed wrong expectations
+        and marked the tests MISSING.
+
+        fast/forms/listbox-hit-test-zoomed.html
+        Test 2 in this test seems to fail.
+
+        fast/forms/menulist-restrict-line-height.html
+        The text in the popup button is clipped.
+
+        fast/forms/search-cancel-button-style-sharing.html
+        fast/forms/search-rtl.html
+        Cancel mark in search field is not displayed.
+
+        fast/forms/menulist-narrow-width.html
+        fast/forms/select-baseline.html
+        fast/forms/menulist-style-color.html
+        fast/forms/select-style.html
+        These tests seem to have style error.
+
+        fast/forms/textarea-scroll-height.html
+        fast/forms/textarea-scrolled-type.html
+        Scroll bar isn't being fully rendered.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/forms/listbox-hit-test-zoomed-expected.png: Removed.
+        * platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt: Removed.
+        * platform/efl/fast/forms/menulist-narrow-width-expected.png: Removed.
+        * platform/efl/fast/forms/menulist-narrow-width-expected.txt: Removed.
+        * platform/efl/fast/forms/menulist-restrict-line-height-expected.png: Removed.
+        * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt: Removed.
+        * platform/efl/fast/forms/menulist-style-color-expected.png: Removed.
+        * platform/efl/fast/forms/menulist-style-color-expected.txt: Removed.
+        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png: Removed.
+        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed.
+        * platform/efl/fast/forms/search-rtl-expected.png: Removed.
+        * platform/efl/fast/forms/search-rtl-expected.txt: Removed.
+        * platform/efl/fast/forms/select-baseline-expected.png: Removed.
+        * platform/efl/fast/forms/select-baseline-expected.txt: Removed.
+        * platform/efl/fast/forms/select-style-expected.png: Removed.
+        * platform/efl/fast/forms/select-style-expected.txt: Removed.
+        * platform/efl/fast/forms/textarea-scroll-height-expected.png: Removed.
+        * platform/efl/fast/forms/textarea-scroll-height-expected.txt: Removed.
+        * platform/efl/fast/forms/textarea-scrolled-type-expected.png: Removed.
+        * platform/efl/fast/forms/textarea-scrolled-type-expected.txt: Removed.
+
 2012-08-23  Keishi Hattori  <[email protected]>
 
         REGRESSION(r126132): thumb doesn't match click position for rtl input type=range

Modified: trunk/LayoutTests/platform/efl/TestExpectations (126540 => 126541)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-08-24 05:28:27 UTC (rev 126541)
@@ -543,8 +543,11 @@
 BUGWK29359 : fast/css/pseudo-out-of-range.html = TEXT
 BUGWK29359 : fast/css/pseudo-in-range-invalid-value.html = TEXT
 
+// Tracking corner not being painted for TextArea.
 BUGWK85484 : fast/css/resize-corner-tracking-transformed.html = TEXT
 BUGWK85484 : fast/css/resize-corner-tracking.html = TEXT
+BUGWK85484 : fast/forms/textarea-scroll-height.html = MISSING
+BUGWK85484 : fast/forms/textarea-scrolled-type.html = MISSING
 
 BUGWK85493 : fast/css/square-button-appearance.html = TEXT
 
@@ -907,3 +910,19 @@
 
 // Fails after r126350
 BUGWK94788 : media/track/track-cue-rendering-snap-to-lines-not-set.html = TEXT
+
+// Intrusive theming overrides collide with style-related LayoutTests.
+BUGWK85877 : fast/forms/menulist-narrow-width.html = MISSING
+BUGWK85877 : fast/forms/select-baseline.html = MISSING
+BUGWK85877 : fast/forms/menulist-style-color.html = MISSING
+BUGWK85877 : fast/forms/select-style.html = MISSING
+
+// Test 2 in below test is failing.
+BUGWK94877 : fast/forms/listbox-hit-test-zoomed.html = MISSING
+
+// The text in the popup button is clipped.
+BUGWK94878 : fast/forms/menulist-restrict-line-height.html = MISSING
+
+// Cancel mark in search field is not working.
+BUGWK94880 : fast/forms/search-cancel-button-style-sharing.html = MISSING
+BUGWK94880 : fast/forms/search-rtl.html = MISSING

Deleted: trunk/LayoutTests/platform/efl/fast/forms/listbox-hit-test-zoomed-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,25 +0,0 @@
-layer at (0,0) size 1159x585
-  RenderView at (0,0) size 800x585
-layer at (0,0) size 800x585
-  RenderBlock {HTML} at (0,0) size 800x585
-    RenderBody {BODY} at (9,9) size 782x561
-      RenderBlock (anonymous) at (0,0) size 782x162
-        RenderListBox {SELECT} at (2,0) size 158x162 [bgcolor=#FFFFFF] [border: (12px solid #000000)]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,162) size 782x117
-        RenderBlock (anonymous) at (0,0) size 782x66
-          RenderText {#text} at (0,0) size 60x22
-            text run at (0,0) width 60: "Results:"
-          RenderBR {BR} at (60,17) size 0x0
-          RenderText {#text} at (0,22) size 103x22
-            text run at (0,22) width 103: "Test 1 Passed"
-          RenderBR {BR} at (103,39) size 0x0
-          RenderText {#text} at (0,44) size 99x22
-            text run at (0,44) width 99: "Test 2 Failed"
-          RenderBR {BR} at (99,61) size 0x0
-        RenderBlock {PRE} at (0,81) size 782x36
-          RenderText {#text} at (0,0) size 1150x19
-            text run at (0,0) width 1150: "     Expected: false,false,false,false,false,false,true,false,false,false,false,false,false,false,false,false,false"
-          RenderBR {BR} at (0,0) size 0x0
-          RenderText {#text} at (0,18) size 1130x19
-            text run at (0,18) width 1130: "     Actual: false,false,false,false,true,false,false,false,false,false,false,false,false,false,false,false,false"

Deleted: trunk/LayoutTests/platform/efl/fast/forms/menulist-narrow-width-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/menulist-narrow-width-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/menulist-narrow-width-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/menulist-narrow-width-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,18 +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 784x584
-      RenderText {#text} at (0,0) size 499x19
-        text run at (0,0) width 499: "This tests that select elements with a narrow width (1px) are rendered correctly."
-      RenderBR {BR} at (499,15) size 0x0
-      RenderMenuList {SELECT} at (0,20) size 56x38 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (15,10) size 0x18
-          RenderText at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderBR {BR} at (56,45) size 0x0
-      RenderMenuList {SELECT} at (0,62) size 56x38 [bgcolor=#0000FF]
-        RenderBlock (anonymous) at (15,10) size 0x18
-          RenderText at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (0,0) size 0x0

Deleted: trunk/LayoutTests/platform/efl/fast/forms/menulist-restrict-line-height-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/menulist-restrict-line-height-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/menulist-restrict-line-height-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/menulist-restrict-line-height-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,12 +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 784x584
-      RenderText {#text} at (0,0) size 417x19
-        text run at (0,0) width 417: "This tests that we don't honor line-height for styled popup buttons."
-      RenderBR {BR} at (417,15) size 0x0
-      RenderMenuList {SELECT} at (2,20) size 276x27 [bgcolor=#ADD8E6]
-        RenderBlock (anonymous) at (15,10) size 220x7
-          RenderText at (0,-6) size 220x19
-            text run at (0,-6) width 220: "This text should not be clipped."

Deleted: trunk/LayoutTests/platform/efl/fast/forms/menulist-style-color-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/menulist-style-color-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/menulist-style-color-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/menulist-style-color-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,28 +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 784x584
-      RenderMenuList {SELECT} at (2,2) size 107x38 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (15,10) size 51x18
-          RenderText at (0,0) size 51x19
-            text run at (0,0) width 51: "Default"
-      RenderText {#text} at (111,12) size 4x19
-        text run at (111,12) width 4: " "
-      RenderMenuList {SELECT} at (117,2) size 86x38 [color=#FF0000] [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (15,10) size 30x18
-          RenderText at (0,0) size 30x19
-            text run at (0,0) width 30: "Red"
-      RenderText {#text} at (205,12) size 4x19
-        text run at (205,12) width 4: " "
-      RenderMenuList {SELECT} at (211,2) size 174x38 [bgcolor=#008000]
-        RenderBlock (anonymous) at (15,10) size 118x18
-          RenderText at (0,0) size 118x19
-            text run at (0,0) width 118: "Default on green"
-      RenderText {#text} at (387,12) size 4x19
-        text run at (387,12) width 4: " "
-      RenderMenuList {SELECT} at (393,2) size 153x38 [color=#FF0000] [bgcolor=#008000]
-        RenderBlock (anonymous) at (15,10) size 97x18
-          RenderText at (0,0) size 97x19
-            text run at (0,0) width 97: "Red on green"
-      RenderText {#text} at (0,0) size 0x0

Deleted: trunk/LayoutTests/platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,28 +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 784x584
-      RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 385x19
-          text run at (0,0) width 385: "Only the second search field should have a cancel button (\x{D7})."
-      RenderBlock (anonymous) at (0,34) size 784x32
-        RenderTextControl {INPUT} at (2,2) size 193x28 [bgcolor=#FFFFFF]
-          RenderDeprecatedFlexibleBox {DIV} at (4,6) size 186x18
-            RenderBlock {DIV} at (0,9) size 0x0
-            RenderBlock {DIV} at (0,0) size 186x18
-            RenderBlock {DIV} at (186,9) size 0x0
-        RenderText {#text} at (197,8) size 4x19
-          text run at (197,8) width 4: " "
-        RenderTextControl {INPUT} at (203,2) size 193x28 [bgcolor=#FFFFFF]
-          RenderDeprecatedFlexibleBox {DIV} at (4,6) size 186x18
-            RenderBlock {DIV} at (0,9) size 0x0
-            RenderBlock {DIV} at (0,0) size 186x18
-            RenderBlock {DIV} at (186,9) size 0x0
-        RenderText {#text} at (0,0) size 0x0
-layer at (14,50) size 186x18
-  RenderBlock {DIV} at (0,0) size 186x18
-layer at (215,50) size 186x18 scrollHeight 19
-  RenderBlock {DIV} at (0,0) size 186x18
-    RenderText {#text} at (0,0) size 56x19
-      text run at (0,0) width 56: "this one"

Deleted: trunk/LayoutTests/platform/efl/fast/forms/search-rtl-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/search-rtl-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/search-rtl-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/search-rtl-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,64 +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 {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 53x19
-          text run at (0,0) width 53: "Test for "
-        RenderInline {I} at (0,0) size 699x19
-          RenderInline {A} at (0,0) size 301x19 [color=#0000EE]
-            RenderText {#text} at (53,0) size 301x19
-              text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi?id=11916"
-          RenderText {#text} at (354,0) size 398x19
-            text run at (354,0) width 4: " "
-            text run at (358,0) width 394: "REGRESSION (SearchField): RTL search fields are mixed up"
-        RenderText {#text} at (752,0) size 4x19
-          text run at (752,0) width 4: "."
-      RenderBlock {P} at (0,34) size 784x96
-        RenderTextControl {INPUT} at (2,2) size 193x28 [bgcolor=#FFFFFF]
-          RenderDeprecatedFlexibleBox {DIV} at (4,6) size 186x18
-            RenderBlock {DIV} at (0,9) size 0x0
-            RenderBlock {DIV} at (0,0) size 186x18
-            RenderBlock {DIV} at (186,9) size 0x0
-        RenderText {#text} at (197,8) size 4x19
-          text run at (197,8) width 4: " "
-        RenderBR {BR} at (0,0) size 0x0
-        RenderTextControl {INPUT} at (2,34) size 283x28 [bgcolor=#FFFFFF]
-          RenderDeprecatedFlexibleBox {DIV} at (4,6) size 276x18
-            RenderBlock {DIV} at (0,9) size 0x0
-            RenderBlock {DIV} at (0,0) size 276x18
-            RenderBlock {DIV} at (276,9) size 0x0
-        RenderText {#text} at (287,40) size 4x19
-          text run at (287,40) width 4: " "
-        RenderBR {BR} at (0,0) size 0x0
-        RenderTextControl {INPUT} at (2,66) size 193x28 [bgcolor=#FFFFFF]
-          RenderDeprecatedFlexibleBox {DIV} at (4,6) size 186x18
-            RenderBlock {DIV} at (0,9) size 0x0
-            RenderBlock {DIV} at (0,0) size 186x18
-            RenderBlock {DIV} at (186,9) size 0x0
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {P} at (0,146) size 784x18
-        RenderText {#text} at (0,0) size 36x19
-          text run at (0,0) width 36: "FAIL"
-layer at (14,50) size 186x18 scrollHeight 19
-  RenderBlock {DIV} at (0,0) size 186x18
-    RenderText {#text} at (10,0) size 176x19
-      text run at (10,0) width 28 RTL: " \x{5D5}\x{5D6}\x{5D4}\x{5D5}"
-      text run at (38,0) width 26: "she"
-      text run at (64,0) width 56 RTL: " \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} "
-      text run at (120,0) width 18: "he"
-      text run at (138,0) width 48 RTL: "\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} "
-layer at (14,82) size 276x18 scrollHeight 19
-  RenderBlock {DIV} at (0,0) size 276x18
-    RenderText {#text} at (100,0) size 176x19
-      text run at (100,0) width 28 RTL: " \x{5D5}\x{5D6}\x{5D4}\x{5D5}"
-      text run at (128,0) width 26: "she"
-      text run at (154,0) width 56 RTL: " \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} "
-      text run at (210,0) width 18: "he"
-      text run at (228,0) width 48 RTL: "\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} "
-layer at (14,114) size 186x18 scrollHeight 19
-  RenderBlock {DIV} at (0,0) size 186x18
-    RenderText {#text} at (58,0) size 128x19
-      text run at (58,0) width 128: "click the (x) button"
-caret: position 19 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#shadow-root} of child 9 {INPUT} of child 3 {P} of body

Deleted: trunk/LayoutTests/platform/efl/fast/forms/select-baseline-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/select-baseline-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/select-baseline-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/select-baseline-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,47 +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 784x584
-      RenderText {#text} at (0,0) size 462x19
-        text run at (0,0) width 462: "This tests that empty select controls and buttons have the correct baseline."
-      RenderBR {BR} at (462,15) size 0x0
-      RenderMenuList {SELECT} at (2,20) size 56x38 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (15,10) size 0x18
-          RenderBR at (0,0) size 0x19 [bgcolor=#FFFFFF]
-      RenderText {#text} at (60,30) size 29x19
-        text run at (60,30) width 29: " test "
-      RenderMenuList {SELECT} at (91,20) size 81x38 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (15,10) size 25x18
-          RenderText at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (174,30) size 4x19
-        text run at (174,30) width 4: " "
-      RenderMenuList {SELECT} at (180,20) size 56x38 [color=#00008B] [bgcolor=#ADD8E6]
-        RenderBlock (anonymous) at (15,10) size 0x18
-          RenderBR at (0,0) size 0x19 [bgcolor=#ADD8E6]
-      RenderText {#text} at (238,30) size 29x19
-        text run at (238,30) width 29: " test "
-      RenderMenuList {SELECT} at (269,20) size 81x38 [color=#00008B] [bgcolor=#ADD8E6]
-        RenderBlock (anonymous) at (15,10) size 25x18
-          RenderText at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (352,30) size 4x19
-        text run at (352,30) width 4: " "
-      RenderButton {BUTTON} at (358,20) size 34x40 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
-      RenderText {#text} at (394,30) size 4x19
-        text run at (394,30) width 4: " "
-      RenderButton {BUTTON} at (400,20) size 59x40 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (17,10) size 25x18
-          RenderText {#text} at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (461,30) size 4x19
-        text run at (461,30) width 4: " "
-      RenderButton {BUTTON} at (467,26) size 16x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
-      RenderText {#text} at (485,30) size 4x19
-        text run at (485,30) width 4: " "
-      RenderButton {BUTTON} at (491,26) size 41x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,4) size 25x18
-          RenderText {#text} at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (0,0) size 0x0

Deleted: trunk/LayoutTests/platform/efl/fast/forms/select-style-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/select-style-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/select-style-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/select-style-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,73 +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 784x584
-      RenderText {#text} at (0,0) size 554x19
-        text run at (0,0) width 250: "This tests that styled popups look right. "
-        text run at (250,0) width 304: "(Aqua for now- later, we will honor the styling)."
-      RenderBR {BR} at (554,15) size 0x0
-      RenderMenuList {SELECT} at (2,20) size 81x38 [bgcolor=#FF0000]
-        RenderBlock (anonymous) at (15,10) size 25x18
-          RenderText at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (85,30) size 4x19
-        text run at (85,30) width 4: " "
-      RenderBR {BR} at (89,45) size 0x0
-      RenderText {#text} at (0,60) size 528x19
-        text run at (0,60) width 528: "This tests that background color is white by default regardless of the parent element."
-      RenderBR {BR} at (528,75) size 0x0
-      RenderInline {SPAN} at (0,0) size 99x29 [bgcolor=#FF0000]
-        RenderText {#text} at (0,0) size 0x0
-        RenderMenuList {SELECT} at (7,80) size 81x38 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (15,10) size 25x18
-            RenderText at (0,0) size 25x19
-              text run at (0,0) width 25: "test"
-        RenderText {#text} at (90,90) size 4x19
-          text run at (90,90) width 4: " "
-      RenderText {#text} at (0,0) size 0x0
-      RenderBR {BR} at (0,0) size 0x0
-      RenderText {#text} at (0,120) size 625x19
-        text run at (0,120) width 625: "This tests that background color is inherited from the parent if background-color:inherit is specified."
-      RenderBR {BR} at (625,135) size 0x0
-      RenderInline {SPAN} at (0,0) size 99x29 [bgcolor=#FF0000]
-        RenderText {#text} at (0,0) size 0x0
-        RenderMenuList {SELECT} at (7,140) size 81x38
-          RenderBlock (anonymous) at (15,10) size 25x18
-            RenderText at (0,0) size 25x19
-              text run at (0,0) width 25: "test"
-        RenderText {#text} at (90,150) size 4x19
-          text run at (90,150) width 4: " "
-      RenderText {#text} at (0,0) size 0x0
-      RenderBR {BR} at (0,0) size 0x0
-      RenderText {#text} at (0,180) size 637x19
-        text run at (0,180) width 637: "This tests that background color is the same as the parent if background-color:transparent is specified."
-      RenderBR {BR} at (637,195) size 0x0
-      RenderInline {SPAN} at (0,0) size 99x29 [bgcolor=#FF0000]
-        RenderText {#text} at (0,0) size 0x0
-        RenderMenuList {SELECT} at (7,200) size 81x38
-          RenderBlock (anonymous) at (15,10) size 25x18
-            RenderText at (0,0) size 25x19
-              text run at (0,0) width 25: "test"
-        RenderText {#text} at (90,210) size 4x19
-          text run at (90,210) width 4: " "
-      RenderText {#text} at (0,0) size 0x0
-      RenderBR {BR} at (0,0) size 0x0
-      RenderText {#text} at (0,240) size 498x19
-        text run at (0,240) width 498: "This tests that background is white if only background-image:none is specified."
-      RenderBR {BR} at (498,255) size 0x0
-      RenderMenuList {SELECT} at (2,260) size 81x38 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (15,10) size 25x18
-          RenderText at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (85,270) size 4x19
-        text run at (85,270) width 4: " "
-      RenderBR {BR} at (89,285) size 0x0
-      RenderText {#text} at (0,300) size 418x19
-        text run at (0,300) width 418: "This tests that the image specified for background-image is visible."
-      RenderBR {BR} at (418,315) size 0x0
-      RenderMenuList {SELECT} at (2,320) size 81x38 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (15,10) size 25x18
-          RenderText at (0,0) size 25x19
-            text run at (0,0) width 25: "test"
-      RenderText {#text} at (0,0) size 0x0

Deleted: trunk/LayoutTests/platform/efl/fast/forms/textarea-scroll-height-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/textarea-scroll-height-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/textarea-scroll-height-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/textarea-scroll-height-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,53 +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 784x584
-      RenderText {#text} at (200,185) size 4x19
-        text run at (200,185) width 4: " "
-      RenderText {#text} at (204,185) size 52x19
-        text run at (204,185) width 52: "185 442"
-layer at (8,8) size 200x200 clip at (8,8) size 185x200 scrollHeight 442
-  RenderTextControl {TEXTAREA} at (0,0) size 200x200 [bgcolor=#FFFFFF]
-    RenderBlock {DIV} at (4,6) size 178x432
-      RenderText {#text} at (0,0) size 107x415
-        text run at (0,0) width 107: "Lots of content."
-        text run at (107,0) width 0: " "
-        text run at (0,18) width 107: "Lots of content."
-        text run at (107,18) width 0: " "
-        text run at (0,36) width 107: "Lots of content."
-        text run at (107,36) width 0: " "
-        text run at (0,54) width 107: "Lots of content."
-        text run at (107,54) width 0: " "
-        text run at (0,72) width 0: " "
-        text run at (0,90) width 107: "Lots of content."
-        text run at (107,90) width 0: " "
-        text run at (0,108) width 107: "Lots of content."
-        text run at (107,108) width 0: " "
-        text run at (0,126) width 0: " "
-        text run at (0,144) width 107: "Lots of content."
-        text run at (107,144) width 0: " "
-        text run at (0,162) width 107: "Lots of content."
-        text run at (107,162) width 0: " "
-        text run at (0,180) width 0: " "
-        text run at (0,198) width 107: "Lots of content."
-        text run at (107,198) width 0: " "
-        text run at (0,216) width 107: "Lots of content."
-        text run at (107,216) width 0: " "
-        text run at (0,234) width 0: " "
-        text run at (0,252) width 107: "Lots of content."
-        text run at (107,252) width 0: " "
-        text run at (0,270) width 107: "Lots of content."
-        text run at (107,270) width 0: " "
-        text run at (0,288) width 0: " "
-        text run at (0,306) width 107: "Lots of content."
-        text run at (107,306) width 0: " "
-        text run at (0,324) width 107: "Lots of content."
-        text run at (107,324) width 0: " "
-        text run at (0,342) width 0: " "
-        text run at (0,360) width 107: "Lots of content."
-        text run at (107,360) width 0: " "
-        text run at (0,378) width 107: "Lots of content."
-        text run at (107,378) width 0: " "
-        text run at (0,396) width 0: " "
-      RenderBR {BR} at (0,414) size 0x19

Deleted: trunk/LayoutTests/platform/efl/fast/forms/textarea-scrolled-type-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/forms/textarea-scrolled-type-expected.txt (126540 => 126541)


--- trunk/LayoutTests/platform/efl/fast/forms/textarea-scrolled-type-expected.txt	2012-08-24 05:00:01 UTC (rev 126540)
+++ trunk/LayoutTests/platform/efl/fast/forms/textarea-scrolled-type-expected.txt	2012-08-24 05:28:27 UTC (rev 126541)
@@ -1,59 +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 784x584
-      RenderBlock (anonymous) at (0,0) size 784x161
-        RenderText {#text} at (0,0) size 502x19
-          text run at (0,0) width 502: "This tests that typing in a scrolled textarea does not cause unnecessary scrolling."
-        RenderBR {BR} at (502,15) size 0x0
-        RenderText {#text} at (206,143) size 4x19
-          text run at (206,143) width 4: " "
-        RenderBR {BR} at (210,158) size 0x0
-      RenderBlock {DIV} at (0,161) size 784x0
-layer at (10,28) size 202x136 clip at (10,28) size 187x136 scrollY 252 scrollHeight 388
-  RenderTextControl {TEXTAREA} at (2,20) size 202x136 [bgcolor=#FFFFFF]
-    RenderBlock {DIV} at (4,6) size 180x378
-      RenderText {#text} at (0,0) size 58x361
-        text run at (0,0) width 9: "1"
-        text run at (9,0) width 0: " "
-        text run at (0,18) width 9: "2"
-        text run at (9,18) width 0: " "
-        text run at (0,36) width 9: "3"
-        text run at (9,36) width 0: " "
-        text run at (0,54) width 9: "4"
-        text run at (9,54) width 0: " "
-        text run at (0,72) width 9: "5"
-        text run at (9,72) width 0: " "
-        text run at (0,90) width 9: "6"
-        text run at (9,90) width 0: " "
-        text run at (0,108) width 9: "7"
-        text run at (9,108) width 0: " "
-        text run at (0,126) width 9: "8"
-        text run at (9,126) width 0: " "
-        text run at (0,144) width 9: "9"
-        text run at (9,144) width 0: " "
-        text run at (0,162) width 18: "10"
-        text run at (18,162) width 0: " "
-        text run at (0,180) width 18: "11"
-        text run at (18,180) width 0: " "
-        text run at (0,198) width 18: "12"
-        text run at (18,198) width 0: " "
-        text run at (0,216) width 18: "13"
-        text run at (18,216) width 0: " "
-        text run at (0,234) width 18: "14"
-        text run at (18,234) width 0: " "
-        text run at (0,252) width 18: "15"
-        text run at (18,252) width 0: " "
-        text run at (0,270) width 18: "16"
-        text run at (18,270) width 0: " "
-        text run at (0,288) width 18: "17"
-        text run at (18,288) width 0: " "
-        text run at (0,306) width 58: "18 Pass"
-        text run at (58,306) width 0: " "
-        text run at (0,324) width 18: "19"
-        text run at (18,324) width 0: " "
-        text run at (0,342) width 18: "20"
-        text run at (18,342) width 0: " "
-      RenderBR {BR} at (0,360) size 0x19
-caret: position 49 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 3 {TEXTAREA} of body
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to