<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[172209] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/172209">172209</a></dd>
<dt>Author</dt> <dd>m.pakula@samsung.com</dd>
<dt>Date</dt> <dd>2014-08-07 06:06:10 -0700 (Thu, 07 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed EFL gardening

Add test expectations for failing tests.

* platform/efl/TestExpectations:
* platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/172136">r172136</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformeflinspectorprotocoldomgetAccessibilityPropertiesForNodeexpectedtxt">trunk/LayoutTests/platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt</a></li>
</ul>

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

</body>
</html>