Diff
Modified: trunk/LayoutTests/ChangeLog (143162 => 143163)
--- trunk/LayoutTests/ChangeLog 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/ChangeLog 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1,5 +1,23 @@
2013-02-18 Christophe Dumez <[email protected]>
+ Unreviewed. Remove invalid EFL results that were wrongly added in r140249.
+
+ * platform/efl/TestExpectations:
+ * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
+ * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
+ * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
+ * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
+ * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
+ * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
+ * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
+ * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
+ * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
+ * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
+ * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
+ * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
+
+2013-02-18 Christophe Dumez <[email protected]>
+
Unreviewed. Unskip several test cases that are now passing on
EFL port, most of them due to enabling subpixel layout.
Modified: trunk/LayoutTests/platform/efl/TestExpectations (143162 => 143163)
--- trunk/LayoutTests/platform/efl/TestExpectations 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1280,14 +1280,12 @@
# These test -apple- prefixed CSS properties, which we don't support.
fast/css/apple-prefix.html [ WontFix ]
-webkit.org/b/75747 fast/css/color-correction-backgrounds-and-text.html [ Missing Failure ]
webkit.org/b/75747 fast/css/color-correction-on-background-image.html [ Missing Failure ]
webkit.org/b/75747 fast/css/color-correction-on-backgrounds.html [ Missing Failure ]
webkit.org/b/75747 fast/css/color-correction-on-box-shadow.html [ Missing Failure ]
webkit.org/b/75747 fast/css/color-correction-on-text-shadow.html [ Missing Failure ]
webkit.org/b/75747 fast/css/color-correction-on-text.html [ Missing Failure ]
webkit.org/b/75747 fast/css/color-correction-untagged-images.html [ Missing Failure ]
-webkit.org/b/75747 fast/css/color-correction.html [ Missing Failure ]
webkit.org/b/65536 fast/css/text-rendering.html [ Missing Failure ]
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-background-image-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-background-image-expected.txt (143162 => 143163)
--- trunk/LayoutTests/platform/efl/fast/css/color-correction-on-background-image-expected.txt 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/platform/efl/fast/css/color-correction-on-background-image-expected.txt 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1,11 +0,0 @@
-layer at (0,0) size 785x860
- RenderView at (0,0) size 785x600
-layer at (0,0) size 785x860
- RenderBlock {HTML} at (0,0) size 785x860
- RenderBody {BODY} at (8,8) size 769x576
- RenderBlock {P} at (0,0) size 769x36
- RenderText {#text} at (0,0) size 768x35
- text run at (0,0) width 768: "The two squares below should not match each other. On the left an uncorrected image is tiled as a background, and on the"
- text run at (0,18) width 480: "right the same image is tiled as a background, but it is corrected from sRGB."
- RenderBlock (floating) {DIV} at (0,52) size 400x400
- RenderBlock (floating) {DIV} at (0,452) size 400x400
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-backgrounds-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-backgrounds-expected.txt (143162 => 143163)
--- trunk/LayoutTests/platform/efl/fast/css/color-correction-on-backgrounds-expected.txt 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/platform/efl/fast/css/color-correction-on-backgrounds-expected.txt 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1,21 +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 130x17
- text run at (0,0) width 130: "These should match:"
- RenderBlock (floating) {DIV} at (0,34) size 100x100 [bgcolor=#560063]
- RenderBlock (anonymous) at (0,34) size 784x104
- RenderImage {IMG} at (100,0) size 100x100
- RenderText {#text} at (200,86) size 4x17
- text run at (200,86) width 4: " "
- RenderBR {BR} at (0,0) size 0x0
- RenderBlock {P} at (0,154) size 784x18
- RenderText {#text} at (0,0) size 236x17
- text run at (0,0) width 236: "These should not match (at this time):"
- RenderBlock (floating) {DIV} at (0,188) size 100x100 [bgcolor=#560063]
- RenderBlock (anonymous) at (0,188) size 784x100
- RenderImage {IMG} at (100,0) size 100x100
- RenderText {#text} at (0,0) size 0x0
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-box-shadow-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-box-shadow-expected.txt (143162 => 143163)
--- trunk/LayoutTests/platform/efl/fast/css/color-correction-on-box-shadow-expected.txt 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/platform/efl/fast/css/color-correction-on-box-shadow-expected.txt 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1,13 +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 784x36
- RenderText {#text} at (0,0) size 777x35
- text run at (0,0) width 777: "The shadow should match the color of the top square and not the color of the bottom square. The top square and its shadow"
- text run at (0,18) width 232: "are both color-corrected from sRGB."
- RenderBlock {DIV} at (0,52) size 100x100 [bgcolor=#560063]
- RenderBlock (anonymous) at (0,152) size 784x18
- RenderBR {BR} at (0,0) size 0x17
- RenderBlock {DIV} at (0,170) size 100x100 [bgcolor=#560063]
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-expected.txt (143162 => 143163)
--- trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-expected.txt 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-expected.txt 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1,23 +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 618x17
- text run at (0,0) width 618: "The distinction below is subtle, but the middle \"H\" is color-corrected, and the first and last are not."
- RenderBlock (anonymous) at (0,34) size 784x172
- RenderInline {SPAN} at (0,0) size 117x166 [color=#008000]
- RenderText {#text} at (0,3) size 117x166
- text run at (0,3) width 117: "H"
- RenderText {#text} at (117,123) size 4x17
- text run at (117,123) width 4: " "
- RenderInline {SPAN} at (0,0) size 117x166 [color=#008000]
- RenderText {#text} at (121,3) size 117x166
- text run at (121,3) width 117: "H"
- RenderText {#text} at (238,123) size 4x17
- text run at (238,123) width 4: " "
- RenderInline {SPAN} at (0,0) size 117x166 [color=#008000]
- RenderText {#text} at (242,3) size 117x166
- text run at (242,3) width 117: "H"
- RenderText {#text} at (0,0) size 0x0
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-shadow-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-shadow-expected.txt (143162 => 143163)
--- trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-shadow-expected.txt 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/platform/efl/fast/css/color-correction-on-text-shadow-expected.txt 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1,20 +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 784x36
- RenderText {#text} at (0,0) size 746x35
- text run at (0,0) width 746: "This is subtle, but the shadow should match the color of the top H and not the color of the bottom H. The top H and its"
- text run at (0,18) width 285: "shadow are both color-corrected from sRGB."
- RenderBlock (anonymous) at (0,52) size 784x230
- RenderInline {SPAN} at (0,0) size 78x111 [color=#560063]
- RenderText {#text} at (0,2) size 78x111
- text run at (0,2) width 78: "H"
- RenderText {#text} at (78,77) size 4x17
- text run at (78,77) width 4: " "
- RenderBR {BR} at (82,91) size 0x0
- RenderInline {SPAN} at (0,0) size 78x111 [color=#560063]
- RenderText {#text} at (0,117) size 78x111
- text run at (0,117) width 78: "H"
- RenderText {#text} at (0,0) size 0x0
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-untagged-images-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/css/color-correction-untagged-images-expected.txt (143162 => 143163)
--- trunk/LayoutTests/platform/efl/fast/css/color-correction-untagged-images-expected.txt 2013-02-18 08:38:22 UTC (rev 143162)
+++ trunk/LayoutTests/platform/efl/fast/css/color-correction-untagged-images-expected.txt 2013-02-18 08:46:52 UTC (rev 143163)
@@ -1,11 +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 784x36
- RenderText {#text} at (0,0) size 772x35
- text run at (0,0) width 772: "The two squares below should not match each other. On the left is an uncorrected image and border, and on the right is the"
- text run at (0,18) width 362: "same image and same border color corrected from sRGB."
- RenderImage {IMG} at (0,52) size 140x140 [border: (20px solid #560063)]
- RenderImage {IMG} at (140,52) size 140x140 [border: (20px solid #560063)]