Modified: trunk/LayoutTests/ChangeLog (172208 => 172209)
--- trunk/LayoutTests/ChangeLog 2014-08-07 12:38:30 UTC (rev 172208)
+++ trunk/LayoutTests/ChangeLog 2014-08-07 13:06:10 UTC (rev 172209)
@@ -1,3 +1,12 @@
+2014-08-07 Michał Pakuła vel Rutka <[email protected]>
+
+ Unreviewed EFL gardening
+
+ Add test expectations for failing tests.
+
+ * platform/efl/TestExpectations:
+ * platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Rebaseline after r172136.
+
2014-08-07 Iulia Tamas <[email protected]>
Move multicol tests into fast/regions/multicol.
Modified: trunk/LayoutTests/platform/efl/TestExpectations (172208 => 172209)
--- trunk/LayoutTests/platform/efl/TestExpectations 2014-08-07 12:38:30 UTC (rev 172208)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2014-08-07 13:06:10 UTC (rev 172209)
@@ -872,6 +872,15 @@
webkit.org/b/135562 svg/W3C-SVG-1.1/shapes-rect-02-t.svg [ Failure Pass ]
+# Fails on the bots.
+webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass ]
+
+webkit.org/b/135610 fast/ruby/ruby-svg-crash.html [ Failure Pass ]
+
+webkit.org/b/135611 fullscreen/video-controls-timeline.html [ Failure Pass ]
+
+webkit.org/b/135697 fast/dom/Window/open-zero-size-as-default.html [ Failure Pass Crash ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# PASSING TESTS WITH INCORRECT EXPECTATIONS
#////////////////////////////////////////////////////////////////////////////////////////
@@ -1289,9 +1298,6 @@
webkit.org/b/98564 fast/table/colspanMinWidth-vertical.html [ Missing Failure ]
-# Fails on the bots.
-webkit.org/b/97968 media/unsupported-rtsp.html [ Failure ]
-
webkit.org/b/99878 css3/flexbox/flexbox-baseline-margins.html [ Missing ImageOnlyFailure ]
# Occasionally fails if run after right after
@@ -1976,6 +1982,7 @@
webkit.org/b/131987 fast/borders/hidpi-border-image-gradient-on-subpixels.html [ ImageOnlyFailure ]
webkit.org/b/131987 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
webkit.org/b/131987 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
+webkit.org/b/131987 fast/inline/hidpi-inline-selection-leaves-gap.html [ ImageOnlyFailure ]
webkit.org/b/131987 fast/inline/hidpi-inline-text-decoration-with-subpixel-value.html [ ImageOnlyFailure ]
webkit.org/b/131987 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
webkit.org/b/131987 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
@@ -2052,3 +2059,7 @@
webkit.org/b/135504 svg/css/parse-length.html [ Failure ]
webkit.org/b/135564 fast/dom/Window/window-property-invalid-characters-ignored.html [ Failure ]
+
+webkit.org/b/135530 accessibility/parent-delete.html [ Failure ]
+
+webkit.org/b/135609 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt (172208 => 172209)
--- trunk/LayoutTests/platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt 2014-08-07 12:38:30 UTC (rev 172208)
+++ trunk/LayoutTests/platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt 2014-08-07 13:06:10 UTC (rev 172209)
@@ -52,14 +52,14 @@
<div role="option" aria-busy="true">busy (self)</div>
exists: true
- label:
+ label: busy (self)
role: option
busy: true
parentNodeId: exists
<div role="option">busy (parent)</div>
exists: true
- label:
+ label: busy (parent)
role: option
busy: true
parentNodeId: exists
@@ -79,13 +79,13 @@
<div role="tab" aria-selected="false">not selected</div>
exists: true
- label:
+ label: not selected
role: tab
parentNodeId: exists
<div role="tab" aria-selected="true">selected</div>
exists: true
- label:
+ label: selected
role: tab
parentNodeId: exists
selected: true
@@ -103,13 +103,13 @@
<div role="option" aria-selected="false">not selected</div>
exists: true
- label:
+ label: not selected
role: option
parentNodeId: exists
<div role="option" aria-selected="true">selected</div>
exists: true
- label:
+ label: selected
role: option
parentNodeId: exists
selected: true
@@ -154,7 +154,7 @@
<img src="" alt="x" aria-hidden="true">
exists: true
- label:
+ label: x
role: img
ignored: true
ignoredByDefault: true
@@ -163,7 +163,7 @@
<img src="" alt="x">
exists: true
- label:
+ label: x
role: img
parentNodeId: exists
@@ -205,7 +205,7 @@
<div role="radio" aria-checked="false">unchecked</div>
exists: true
- label:
+ label: unchecked
role: radio
checked: false
parentNodeId: exists
@@ -213,7 +213,7 @@
<div role="radio" aria-checked="mixed">unchecked [sic] mixed state will not be exposed on radios per ARIA spec.</div>
exists: true
- label:
+ label: unchecked [sic] mixed state will not be exposed on radios per ARIA spec.
role: radio
checked: false
parentNodeId: exists
@@ -221,7 +221,7 @@
<div role="radio" aria-checked="true">checked</div>
exists: true
- label:
+ label: checked
role: radio
checked: true
parentNodeId: exists
@@ -229,7 +229,7 @@
<div role="radio">unchecked (checked undefined evals to false on radio)</div>
exists: true
- label:
+ label: unchecked (checked undefined evals to false on radio)
role: radio
checked: false
parentNodeId: exists
@@ -255,7 +255,7 @@
<div role="checkbox" aria-checked="false">unchecked</div>
exists: true
- label:
+ label: unchecked
role: checkbox
checked: false
parentNodeId: exists
@@ -263,7 +263,7 @@
<div role="checkbox" aria-checked="mixed">mixed</div>
exists: true
- label:
+ label: mixed
role: checkbox
checked: mixed
parentNodeId: exists
@@ -271,7 +271,7 @@
<div role="checkbox" aria-checked="true">checked</div>
exists: true
- label:
+ label: checked
role: checkbox
checked: true
parentNodeId: exists
@@ -279,7 +279,7 @@
<div role="checkbox">unchecked (checked undefined evals to false on checkbox)</div>
exists: true
- label:
+ label: unchecked (checked undefined evals to false on checkbox)
role: checkbox
checked: false
parentNodeId: exists
@@ -397,7 +397,7 @@
<div role="button" tabindex="0" aria-pressed="false">Not Pressed.</div>
exists: true
- label:
+ label: Not Pressed.
role:
focused: false
parentNodeId: exists
@@ -406,7 +406,7 @@
<div role="button" tabindex="0" aria-pressed="true">FIXME: Pressed is false. Expected true. http://webkit.org/b/129830</div>
exists: true
- label:
+ label: FIXME: Pressed is false. Expected true. http://webkit.org/b/129830
role:
focused: false
parentNodeId: exists
@@ -415,7 +415,7 @@
<div role="button" tabindex="0" aria-disabled="true">disabled</div>
exists: true
- label:
+ label: disabled
role: button
disabled: true
focused: false