<!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>[160313] 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/160313">160313</a></dd>
<dt>Author</dt> <dd>m.pakula@samsung.com</dd>
<dt>Date</dt> <dd>2013-12-09 10:30:18 -0800 (Mon, 09 Dec 2013)</dd>
</dl>

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

Add failure test expectations and rebaselines for failing tests.

* platform/efl-wk2/TestExpectations:
* platform/efl/TestExpectations:
* platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/159915">r159915</a>.
* platform/efl-wk2/fast/forms/validation-message-appearance-expected.png: Ditto.
* platform/efl/fast/forms/validation-message-appearance-expected.txt: Ditto.
* platform/efl/fast/parser/entity-comment-in-textarea-expected.png: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/159192">r159192</a>.
* platform/efl/fast/parser/entity-comment-in-textarea-expected.txt: Ditto.</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="#trunkLayoutTestsplatformeflfastformsvalidationmessageappearanceexpectedtxt">trunk/LayoutTests/platform/efl/fast/forms/validation-message-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastparserentitycommentintextareaexpectedpng">trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-textarea-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastparserentitycommentintextareaexpectedtxt">trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflwk1fastformsvalidationmessageappearanceexpectedpng">trunk/LayoutTests/platform/efl-wk1/fast/forms/validation-message-appearance-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflwk2TestExpectations">trunk/LayoutTests/platform/efl-wk2/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformeflwk2fastformsvalidationmessageappearanceexpectedpng">trunk/LayoutTests/platform/efl-wk2/fast/forms/validation-message-appearance-expected.png</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (160312 => 160313)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2013-12-09 16:18:45 UTC (rev 160312)
+++ trunk/LayoutTests/ChangeLog        2013-12-09 18:30:18 UTC (rev 160313)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2013-12-09  Michał Pakuła vel Rutka  &lt;m.pakula@samsung.com&gt;
+
+        Unreviewed EFL gardening
+
+        Add failure test expectations and rebaselines for failing tests.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Rebaseline after r159915.
+        * platform/efl-wk2/fast/forms/validation-message-appearance-expected.png: Ditto.
+        * platform/efl/fast/forms/validation-message-appearance-expected.txt: Ditto.
+        * platform/efl/fast/parser/entity-comment-in-textarea-expected.png: Rebaseline after r159192.
+        * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt: Ditto.
+
</ins><span class="cx"> 2013-12-09  Chris Fleizach  &lt;cfleizach@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         AX: WebKit ignores @alt on IMG elements with role=&quot;text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (160312 => 160313)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2013-12-09 16:18:45 UTC (rev 160312)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2013-12-09 18:30:18 UTC (rev 160313)
</span><span class="lines">@@ -1219,7 +1219,7 @@
</span><span class="cx"> webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # These tests are failing after r122528.
</span><del>-webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure ]
</del><ins>+webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure Pass ]
</ins><span class="cx"> webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Proximity Events is not supported.
</span><span class="lines">@@ -1360,7 +1360,7 @@
</span><span class="cx"> webkit.org/b/100846 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # New media test introduced in r133660 fails.
</span><del>-webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure ]
</del><ins>+webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure Pass ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/101456 fast/repaint/block-selection-gap-in-table-cell.html [ Missing ]
</span><span class="cx"> 
</span><span class="lines">@@ -1634,8 +1634,8 @@
</span><span class="cx"> webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand.html [ Failure ]
</span><span class="cx"> webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html [ Failure ]
</span><span class="cx"> webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position.html [ Failure ]
</span><del>-webkit.org/b/123617 fast/css3-text/css3-text-decoration/text-decoration-color.html [ Failure ]
-webkit.org/b/123617 fast/css3-text/css3-text-decoration/text-decoration-line.html [ Failure ]
</del><ins>+webkit.org/b/123617 fast/css3-text/css3-text-decoration/text-decoration-color.html [ ImageOnlyFailure ]
+webkit.org/b/123617 fast/css3-text/css3-text-decoration/text-decoration-line.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/123617 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Known WebGL conformance test failures, fails on Intel and AMD hardware
</span><span class="lines">@@ -1727,6 +1727,7 @@
</span><span class="cx"> webkit.org/b/124589 http/tests/cache/partitioned-cache.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/118126 css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/118126 fast/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/124506 fast/block/float/float-with-fractional-height-vertical-lr.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/124506 fast/block/float/float-with-fractional-height.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1763,3 +1764,7 @@
</span><span class="cx"> webkit.org/b/125352 fast/css/text-input-with-webkit-border-radius.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/125355 fast/events/updateLayoutForHitTest.html [ Failure ]
</span><ins>+
+webkit.org/b/125458 fast/repaint/line-flow-with-floats-9.html [ Failure ]
+
+webkit.org/b/125459 fast/text/partial-textruns.html [ ImageOnlyFailure ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastformsvalidationmessageappearanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/fast/forms/validation-message-appearance-expected.txt (160312 => 160313)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/forms/validation-message-appearance-expected.txt        2013-12-09 16:18:45 UTC (rev 160312)
+++ trunk/LayoutTests/platform/efl/fast/forms/validation-message-appearance-expected.txt        2013-12-09 18:30:18 UTC (rev 160313)
</span><span class="lines">@@ -1,44 +1,37 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x58
-  RenderBlock {HTML} at (0,0) size 800x58
-    RenderBody {BODY} at (8,8) size 784x42
-      RenderBlock {FORM} at (0,0) size 784x42
-        RenderTextControl {INPUT} at (2,6) size 327x26 [bgcolor=#FFFFFF]
-        RenderText {#text} at (331,12) size 16x16
-          text run at (331,12) width 16: &quot; &quot;
-        RenderButton {INPUT} at (349,2) size 130x38 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (17,10) size 96x16
-            RenderText at (0,0) size 96x16
-              text run at (0,0) width 96: &quot;Submit&quot;
</del><ins>+layer at (0,0) size 800x60
+  RenderBlock {HTML} at (0,0) size 800x60
+    RenderBody {BODY} at (8,8) size 784x44
+      RenderBlock {FORM} at (0,0) size 784x44
+        RenderTextControl {INPUT} at (2,6) size 192x28 [bgcolor=#FFFFFF]
+        RenderText {#text} at (196,12) size 4x17
+          text run at (196,12) width 4: &quot; &quot;
+        RenderButton {INPUT} at (202,2) size 84x40 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (17,10) size 50x18
+            RenderText at (0,0) size 50x17
+              text run at (0,0) width 50: &quot;Submit&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (14,20) size 320x16
-  RenderBlock {DIV} at (4,6) size 320x16
-layer at (10,40) size 220x212
-  RenderBlock (positioned) zI: 2147483647 {DIV} at (10,40) size 220x212
-layer at (10,40) size 220x16 scrollHeight 25
</del><ins>+layer at (14,20) size 185x18
+  RenderBlock {DIV} at (4,6) size 185x18
+layer at (10,42) size 220x108
+  RenderBlock (positioned) zI: 2147483647 {DIV} at (10,42) size 220x108
+layer at (10,42) size 220x16 scrollHeight 25
</ins><span class="cx">   RenderBlock {DIV} at (0,0) size 220x16
</span><del>-layer at (10,52) size 220x196
-  RenderFlexibleBox zI: 2147483644 {DIV} at (0,16) size 220x196 [border: (2px solid #440000)]
-    RenderBlock {DIV} at (10,10) size 0x176
-    RenderBlock {DIV} at (10,10) size 200x176
-      RenderBlock {DIV} at (0,0) size 200x48
-        RenderText {#text} at (0,0) size 176x48
-          text run at (0,0) width 176: &quot;Please fill&quot;
-          text run at (0,16) width 128: &quot;out this&quot;
-          text run at (0,32) width 96: &quot;field.&quot;
-      RenderBlock {DIV} at (0,48) size 200x128
-        RenderText {#text} at (0,0) size 128x48
-          text run at (0,0) width 128: &quot;Needs at&quot;
-          text run at (0,16) width 112: &quot;least 8&quot;
-          text run at (0,32) width 128: &quot;letters.&quot;
-        RenderBR {BR} at (128,32) size 0x16
-        RenderText {#text} at (0,48) size 192x80
-          text run at (0,48) width 160: &quot;Should not&quot;
-          text run at (0,64) width 192: &quot;be identical&quot;
-          text run at (0,80) width 128: &quot;with the&quot;
-          text run at (0,96) width 112: &quot;current&quot;
-          text run at (0,112) width 144: &quot;password.&quot;
-layer at (42,40) size 18x18 backgroundClip at (10,40) size 220x16 clip at (10,40) size 220x16 outlineClip at (10,40) size 220x16
</del><ins>+layer at (10,54) size 220x92
+  RenderFlexibleBox zI: 2147483644 {DIV} at (0,16) size 220x92 [border: (2px solid #440000)]
+    RenderBlock {DIV} at (10,10) size 0x72
+    RenderBlock {DIV} at (10,10) size 200x72
+      RenderBlock {DIV} at (0,0) size 200x18
+        RenderText {#text} at (0,0) size 173x17
+          text run at (0,0) width 173: &quot;Please fill out this field.&quot;
+      RenderBlock {DIV} at (0,18) size 200x54
+        RenderText {#text} at (0,0) size 166x17
+          text run at (0,0) width 166: &quot;Needs at least 8 letters.&quot;
+        RenderBR {BR} at (166,0) size 0x17
+        RenderText {#text} at (0,18) size 196x35
+          text run at (0,18) width 196: &quot;Should not be identical with&quot;
+          text run at (0,36) width 152: &quot;the current password.&quot;
+layer at (42,42) size 18x18 backgroundClip at (10,42) size 220x16 clip at (10,42) size 220x16 outlineClip at (10,42) size 220x16
</ins><span class="cx">   RenderBlock (relative positioned) zI: 2147483645 {DIV} at (0,0) size 18x18 [bgcolor=#F8ECEC] [border: (2px solid #440000) none (2px solid #440000)]
</span><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 0 {FORM} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastparserentitycommentintextareaexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-textarea-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastparserentitycommentintextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-textarea-expected.txt (160312 => 160313)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-textarea-expected.txt        2013-12-09 16:18:45 UTC (rev 160312)
+++ trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-textarea-expected.txt        2013-12-09 18:30:18 UTC (rev 160313)
</span><span class="lines">@@ -8,6 +8,5 @@
</span><span class="cx"> layer at (10,10) size 201x42 clip at (11,11) size 199x40
</span><span class="cx">   RenderTextControl {TEXTAREA} at (2,2) size 201x42 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 195x18
</span><del>-      RenderText {#text} at (0,0) size 27x17
</del><ins>+      RenderText {#text} at (0,0) size 23x17
</ins><span class="cx">         text run at (0,0) width 23: &quot;&lt;!--&quot;
</span><del>-        text run at (23,0) width 4: &quot; &quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflwk1fastformsvalidationmessageappearanceexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/efl-wk1/fast/forms/validation-message-appearance-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (160312 => 160313)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl-wk2/TestExpectations        2013-12-09 16:18:45 UTC (rev 160312)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations        2013-12-09 18:30:18 UTC (rev 160313)
</span><span class="lines">@@ -376,4 +376,6 @@
</span><span class="cx"> Bug(EFL) fast/media/media-query-list-05.html [ Failure ]
</span><span class="cx"> Bug(EFL) fast/media/media-query-list-06.html [ Failure ]
</span><span class="cx"> 
</span><ins>+# Both tests started to fail after r150802
+webkit.org/b/125350 fast/backgrounds/gradient-background-leakage-hidpi.html [ Failure ]
</ins><span class="cx"> webkit.org/b/125350 fast/canvas/canvas-as-image-hidpi.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflwk2fastformsvalidationmessageappearanceexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/efl-wk2/fast/forms/validation-message-appearance-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
</div>

</body>
</html>