<!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>[169907] 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/169907">169907</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-06-12 12:56:29 -0700 (Thu, 12 Jun 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Unreviewed GTK gardening.

Patch by Carlos Alberto Lopez Perez &lt;clopez@igalia.com&gt; on 2014-06-12

* platform/gtk/TestExpectations: Report and mark new failures and
timeouts.
* platform/gtk/fast/forms/placeholder-position-expected.txt:
Rebaseline test after <a href="http://trac.webkit.org/projects/webkit/changeset/169780">r169780</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsplaceholderpositionexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (169906 => 169907)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-06-12 19:50:56 UTC (rev 169906)
+++ trunk/LayoutTests/ChangeLog        2014-06-12 19:56:29 UTC (rev 169907)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-06-12  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failures and
+        timeouts.
+        * platform/gtk/fast/forms/placeholder-position-expected.txt:
+        Rebaseline test after r169780.
+
</ins><span class="cx"> 2014-06-12  Andrzej Badowski  &lt;a.badowski@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [EFL] Change expectations for three failing js/dom layout tests.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (169906 => 169907)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-06-12 19:50:56 UTC (rev 169906)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-06-12 19:56:29 UTC (rev 169907)
</span><span class="lines">@@ -402,6 +402,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-border-image-gradient-on-subpixels.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/131347 fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-rounded-border-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -416,6 +417,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-invalid-inputs-except-one.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-simple-2x.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-src-selection-2x.html [ Failure ]
</span><ins>+webkit.org/b/131347 fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -428,6 +430,8 @@
</span><span class="cx"> webkit.org/b/131347 svg/custom/hidpi-masking-clipping.svg [ Failure ImageOnlyFailure Timeout ]
</span><span class="cx"> webkit.org/b/131347 svg/text/hidpi-text-selection-rect-position.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/133806 svg/masking/mask-transformed-text-missing.svg [ ImageOnlyFailure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -509,6 +513,7 @@
</span><span class="cx"> webkit.org/b/105870 [ Debug ] webaudio/audionode-channel-rules.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/105870 [ Debug ] webaudio/audionode-connect-order.html [ Crash ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/133797 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Crashing tests
</span><span class="lines">@@ -846,6 +851,7 @@
</span><span class="cx"> webkit.org/b/133000 js/slow-stress/call-spread.html [ Pass Timeout ]
</span><span class="cx"> webkit.org/b/133001 fast/workers/worker-context-gc.html [ Pass Timeout ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/133807 fast/dynamic/window-resize-scrollbars-test.html [ Failure Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="lines">@@ -873,7 +879,7 @@
</span><span class="cx"> Bug(GTK) css3/flexbox/multiline-justify-content.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) [ Debug ] editing/selection/move-by-word-visually-crash-test-5.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) [ Debug ] fast/css/visited-link-hang.html [ Pass Slow ]
</span><del>-Bug(GTK) js/dom/create-lots-of-workers.html [ Pass Slow ]
</del><ins>+Bug(GTK) js/dom/create-lots-of-workers.html [ Pass Timeout ]
</ins><span class="cx"> Bug(GTK) [ Debug ] js/dfg-double-vote-fuzz.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) js/dfg-float32array.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) js/dfg-float64array.html [ Pass Slow ]
</span><span class="lines">@@ -1010,6 +1016,8 @@
</span><span class="cx"> webkit.org/b/133517 css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html [ Timeout ]
</span><span class="cx"> webkit.org/b/133517 css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html [ Timeout ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/133808 media/video-trackmenu-selection.html [ Timeout ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1191,7 +1199,6 @@
</span><span class="cx"> Bug(GTK) fast/css/disabled-author-styles.html [ Failure ]
</span><span class="cx"> Bug(GTK) fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Failure ]
</span><span class="cx"> Bug(GTK) fast/dom/Window/window-postmessage-clone.html [ Failure Timeout ]
</span><del>-Bug(GTK) fast/dynamic/window-resize-scrollbars-test.html [ Failure ]
</del><span class="cx"> Bug(GTK) fast/events/backspace-navigates-back.html [ Failure ]
</span><span class="cx"> Bug(GTK) fast/events/keydown-leftright-keys.html [ Failure ]
</span><span class="cx"> Bug(GTK) fast/events/keydown-numpad-keys.html [ Failure ]
</span><span class="lines">@@ -1973,6 +1980,12 @@
</span><span class="cx"> webkit.org/b/133147 fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/133147 fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/133803 editing/deleting/delete-by-word-001.html [ Failure ]
+webkit.org/b/133803 editing/deleting/delete-by-word-002.html [ Failure ]
+webkit.org/b/133803 editing/input/option-page-up-down.html [ Failure ]
+webkit.org/b/133803 editing/input/scroll-viewport-page-up-down.html [ Failure ]
+webkit.org/b/133803 editing/undo/undo-deleteWord.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsplaceholderpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt (169906 => 169907)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt        2014-06-12 19:50:56 UTC (rev 169906)
+++ trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt        2014-06-12 19:56:29 UTC (rev 169907)
</span><span class="lines">@@ -29,24 +29,24 @@
</span><span class="cx">       RenderBR {BR} at (205,250) size 0x0
</span><span class="cx">       RenderTextControl {INPUT} at (5,255) size 178x29 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
</span><span class="cx">       RenderBR {BR} at (188,275) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,291) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (195,294) size 4x17
-        text run at (195,294) width 4: &quot; &quot;
-      RenderTextControl {INPUT} at (201,291) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (394,294) size 4x17
-        text run at (394,294) width 4: &quot; &quot;
-      RenderBR {BR} at (398,308) size 0x0
-      RenderTextControl {INPUT} at (2,318) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (195,321) size 4x17
-        text run at (195,321) width 4: &quot; &quot;
-      RenderTextControl {INPUT} at (201,318) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (394,321) size 4x17
-        text run at (394,321) width 4: &quot; &quot;
-      RenderTextControl {INPUT} at (400,318) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (593,321) size 4x17
-        text run at (593,321) width 4: &quot; &quot;
-      RenderBR {BR} at (597,335) size 0x0
-      RenderBR {BR} at (195,376) size 0x0
</del><ins>+      RenderTextControl {INPUT} at (2,291) size 191x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (195,298) size 4x17
+        text run at (195,298) width 4: &quot; &quot;
+      RenderTextControl {INPUT} at (201,291) size 191x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (394,298) size 4x17
+        text run at (394,298) width 4: &quot; &quot;
+      RenderBR {BR} at (398,312) size 0x0
+      RenderTextControl {INPUT} at (2,326) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (195,329) size 4x17
+        text run at (195,329) width 4: &quot; &quot;
+      RenderTextControl {INPUT} at (201,326) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (394,329) size 4x17
+        text run at (394,329) width 4: &quot; &quot;
+      RenderTextControl {INPUT} at (400,326) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (593,329) size 4x17
+        text run at (593,329) width 4: &quot; &quot;
+      RenderBR {BR} at (597,343) size 0x0
+      RenderBR {BR} at (195,384) size 0x0
</ins><span class="cx"> layer at (13,13) size 185x17
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx">     RenderText {#text} at (0,0) size 84x17
</span><span class="lines">@@ -95,37 +95,37 @@
</span><span class="cx">       text run at (0,0) width 75: &quot;placeholder&quot;
</span><span class="cx"> layer at (19,269) size 166x17
</span><span class="cx">   RenderBlock {DIV} at (6,6) size 166x17
</span><del>-layer at (13,302) size 185x17
</del><ins>+layer at (13,302) size 185x25
+  RenderBlock {DIV} at (3,3) size 185x25
+    RenderText {#text} at (0,4) size 42x17
+      text run at (0,4) width 42: &quot;Value&quot;
+layer at (212,302) size 185x25
+  RenderBlock {DIV} at (3,3) size 185x25 [color=#A9A9A9]
+    RenderText {#text} at (0,4) size 84x17
+      text run at (0,4) width 84: &quot;placeholder&quot;
+layer at (212,302) size 185x25
+  RenderBlock {DIV} at (3,3) size 185x25
+layer at (13,337) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><del>-    RenderText {#text} at (0,0) size 42x17
-      text run at (0,0) width 42: &quot;Value&quot;
-layer at (212,302) size 185x17
-  RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 84x17
-      text run at (0,0) width 84: &quot;placeholder&quot;
-layer at (212,302) size 185x17
-  RenderBlock {DIV} at (3,3) size 185x17
-layer at (13,329) size 185x17
-  RenderBlock {DIV} at (3,3) size 185x17
</del><span class="cx">     RenderText {#text} at (71,0) size 43x17
</span><span class="cx">       text run at (71,0) width 43: &quot;Value&quot;
</span><del>-layer at (212,329) size 185x17
</del><ins>+layer at (212,337) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx">     RenderText {#text} at (50,0) size 85x17
</span><span class="cx">       text run at (50,0) width 85: &quot;placeholder&quot;
</span><del>-layer at (212,329) size 185x17
</del><ins>+layer at (212,337) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (411,329) size 185x17
</del><ins>+layer at (411,337) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx">     RenderText {#text} at (50,0) size 85x17
</span><span class="cx">       text run at (50,0) width 85: &quot;placeholder&quot;
</span><del>-layer at (411,329) size 185x17
</del><ins>+layer at (411,337) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (10,353) size 191x37
-  RenderTextControl {INPUT} at (2,345) size 191x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-layer at (13,370) size 185x17
</del><ins>+layer at (10,361) size 191x37
+  RenderTextControl {INPUT} at (2,353) size 191x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (13,378) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,17) size 185x17 [color=#A9A9A9]
</span><span class="cx">     RenderText {#text} at (0,0) size 84x17
</span><span class="cx">       text run at (0,0) width 84: &quot;placeholder&quot;
</span><del>-layer at (13,370) size 185x17
</del><ins>+layer at (13,378) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,17) size 185x17
</span></span></pre>
</div>
</div>

</body>
</html>