Diff
Modified: trunk/LayoutTests/ChangeLog (159273 => 159274)
--- trunk/LayoutTests/ChangeLog 2013-11-14 03:08:27 UTC (rev 159273)
+++ trunk/LayoutTests/ChangeLog 2013-11-14 05:06:00 UTC (rev 159274)
@@ -1,3 +1,17 @@
+2013-11-13 Sun-woo Nam <[email protected]>
+
+ [EFL] Layout tests with css3 selectors3 properties need to be rebaselined.
+ https://bugs.webkit.org/show_bug.cgi?id=124266
+
+ Unreviewed, EFL gardening.
+
+ EFL css3 rebaselined after r111644.
+
+ * platform/efl-wk2/TestExpectations:
+ * platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt:
+ * platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
+ * platform/efl/css3/selectors3/xml/css3-modsel-1-expected.txt:
+
2013-11-13 Tim Horton <[email protected]>
Layout Test animations/resume-after-page-cache.html is flaky
Modified: trunk/LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt (159273 => 159274)
--- trunk/LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt 2013-11-14 03:08:27 UTC (rev 159273)
+++ trunk/LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt 2013-11-14 05:06:00 UTC (rev 159274)
@@ -5,13 +5,13 @@
RenderBody {BODY} at (8,16) size 784x70
RenderBlock {UL} at (0,0) size 784x36
RenderListItem {LI} at (40,0) size 744x18 [bgcolor=#00FF00]
- RenderListMarker at (-18,0) size 7x19: bullet
- RenderText {#text} at (0,0) size 304x19
+ RenderListMarker at (-17,0) size 7x17: bullet
+ RenderText {#text} at (0,0) size 304x17
text run at (0,0) width 304: "The background of this list item should be green"
RenderListItem {LI} at (40,18) size 744x18 [bgcolor=#00FF00]
- RenderListMarker at (-18,0) size 7x19: bullet
- RenderText {#text} at (0,0) size 381x19
+ RenderListMarker at (-17,0) size 7x17: bullet
+ RenderText {#text} at (0,0) size 381x17
text run at (0,0) width 381: "The background of this second list item should be also green"
RenderBlock {P} at (0,52) size 784x18 [bgcolor=#00FF00]
- RenderText {#text} at (0,0) size 322x19
+ RenderText {#text} at (0,0) size 322x17
text run at (0,0) width 322: "The background of this paragraph should be green."
Modified: trunk/LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.txt (159273 => 159274)
--- trunk/LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.txt 2013-11-14 03:08:27 UTC (rev 159273)
+++ trunk/LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.txt 2013-11-14 05:06:00 UTC (rev 159274)
@@ -5,13 +5,13 @@
RenderBody {body} at (8,16) size 784x70
RenderBlock {ul} at (0,0) size 784x36
RenderListItem {li} at (40,0) size 744x18 [bgcolor=#00FF00]
- RenderListMarker at (-18,0) size 7x19: bullet
- RenderText {#text} at (0,0) size 304x19
+ RenderListMarker at (-17,0) size 7x17: bullet
+ RenderText {#text} at (0,0) size 304x17
text run at (0,0) width 304: "The background of this list item should be green"
RenderListItem {li} at (40,18) size 744x18 [bgcolor=#00FF00]
- RenderListMarker at (-18,0) size 7x19: bullet
- RenderText {#text} at (0,0) size 381x19
+ RenderListMarker at (-17,0) size 7x17: bullet
+ RenderText {#text} at (0,0) size 381x17
text run at (0,0) width 381: "The background of this second list item should be also green"
RenderBlock {p} at (0,52) size 784x18 [bgcolor=#00FF00]
- RenderText {#text} at (0,0) size 322x19
+ RenderText {#text} at (0,0) size 322x17
text run at (0,0) width 322: "The background of this paragraph should be green."
Modified: trunk/LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-1-expected.txt (159273 => 159274)
--- trunk/LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-1-expected.txt 2013-11-14 03:08:27 UTC (rev 159273)
+++ trunk/LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-1-expected.txt 2013-11-14 05:06:00 UTC (rev 159274)
@@ -4,13 +4,13 @@
RenderBlock {test} at (0,0) size 800x102
RenderBlock {ul} at (0,16) size 800x36
RenderListItem {li} at (40,0) size 760x18 [bgcolor=#00FF00]
- RenderListMarker at (-18,0) size 7x19: bullet
- RenderText {#text} at (0,0) size 304x19
+ RenderListMarker at (-17,0) size 7x17: bullet
+ RenderText {#text} at (0,0) size 304x17
text run at (0,0) width 304: "The background of this list item should be green"
RenderListItem {li} at (40,18) size 760x18 [bgcolor=#00FF00]
- RenderListMarker at (-18,0) size 7x19: bullet
- RenderText {#text} at (0,0) size 381x19
+ RenderListMarker at (-17,0) size 7x17: bullet
+ RenderText {#text} at (0,0) size 381x17
text run at (0,0) width 381: "The background of this second list item should be also green"
RenderBlock {p} at (0,68) size 800x18 [bgcolor=#00FF00]
- RenderText {#text} at (0,0) size 322x19
+ RenderText {#text} at (0,0) size 322x17
text run at (0,0) width 322: "The background of this paragraph should be green."
Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (159273 => 159274)
--- trunk/LayoutTests/platform/efl-wk2/TestExpectations 2013-11-14 03:08:27 UTC (rev 159273)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations 2013-11-14 05:06:00 UTC (rev 159274)
@@ -127,10 +127,6 @@
webkit.org/b/103400 [ Debug ] compositing/overflow/content-gains-scrollbars.html [ Crash Failure ]
webkit.org/b/103400 [ Debug ] compositing/overflow/content-loses-scrollbars.html [ Crash Failure ]
-webkit.org/b/103883 css3/selectors3/html/css3-modsel-1.html [ Failure Pass ]
-webkit.org/b/103883 css3/selectors3/xml/css3-modsel-1.xml [ Failure Pass ]
-webkit.org/b/103883 css3/selectors3/xhtml/css3-modsel-1.xml [ Failure Pass ]
-
# Assertion failure and incorrect results on our port after r140999 (webkit.org/b/106142)
webkit.org/b/108257 compositing/overflow/automatically-opt-into-composited-scrolling.html [ Failure ]
webkit.org/b/108257 compositing/overflow/composited-scrolling-creates-a-stacking-container.html [ Missing Failure ]