<!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>[186513] 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/186513">186513</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2015-07-08 10:31:22 -0700 (Wed, 08 Jul 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Unreviewed GTK gardening after <a href="http://trac.webkit.org/projects/webkit/changeset/186500">r186500</a>.

* platform/gtk/TestExpectations: Mark new failures and remove new passes
that were affected by the update of libraries inside the JHBuild.
* platform/gtk/fast/css/input-search-padding-expected.png: Rebaseline test.
* platform/gtk/fast/css/input-search-padding-expected.txt: Rebaseline test.</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="#trunkLayoutTestsplatformgtkfastcssinputsearchpaddingexpectedpng">trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssinputsearchpaddingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (186512 => 186513)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-07-08 17:24:01 UTC (rev 186512)
+++ trunk/LayoutTests/ChangeLog        2015-07-08 17:31:22 UTC (rev 186513)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2015-07-08  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening after r186500.
+
+        * platform/gtk/TestExpectations: Mark new failures and remove new passes
+        that were affected by the update of libraries inside the JHBuild.
+        * platform/gtk/fast/css/input-search-padding-expected.png: Rebaseline test.
+        * platform/gtk/fast/css/input-search-padding-expected.txt: Rebaseline test.
+
</ins><span class="cx"> 2015-07-08  David Kilzer  &lt;ddkilzer@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         http/tests/security/XFrameOptions/x-frame-options-{cached,deny-delete-frame-in-load-event}.html crash on Windows Debug bots
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (186512 => 186513)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2015-07-08 17:24:01 UTC (rev 186512)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2015-07-08 17:31:22 UTC (rev 186513)
</span><span class="lines">@@ -456,13 +456,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/clip-text-in-hidpi.html [ Failure Pass Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-set-background-dynamic.html [ Failure Pass Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-set-border-image-dynamic.html [ Failure Pass Missing ]
</span><del>-webkit.org/b/131347 fast/hidpi/image-srcset-change-dynamically-from-js-2x.html [ Failure ]
-webkit.org/b/131347 fast/hidpi/image-srcset-fraction-1.5x.html [ Failure ]
-webkit.org/b/131347 fast/hidpi/image-srcset-fraction.html [ Failure ]
-webkit.org/b/131347 fast/hidpi/image-srcset-invalid-inputs-except-one.html [ Failure ]
</del><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-png-canvas.html [ ImageOnlyFailure Pass ]
</span><del>-webkit.org/b/131347 fast/hidpi/image-srcset-simple-2x.html [ Failure ]
-webkit.org/b/131347 fast/hidpi/image-srcset-src-selection-2x.html [ Failure ]
</del><span class="cx"> webkit.org/b/131347 fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-inline-selection-leaves-gap.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-inline-text-decoration-with-subpixel-value.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -609,6 +603,14 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/146724 fast/text/word-break-keep-all.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+# This tests fail since the upgrade of GTK to 3.16 and Cairo to 1.14 on the JHBuild
+webkit.org/b/146731 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure ]
+webkit.org/b/146731 fast/hidpi/filters-blur.html [ ImageOnlyFailure ]
+webkit.org/b/146731 fast/hidpi/filters-hue-rotate.html [ ImageOnlyFailure ]
+webkit.org/b/146731 fast/hidpi/filters-invert.html [ ImageOnlyFailure ]
+webkit.org/b/146731 fast/hidpi/filters-multiple.html [ ImageOnlyFailure ]
+webkit.org/b/146731 fast/hidpi/filters-reference.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1366,6 +1368,11 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/145260 media/audio-playback-restriction-play.html  [ Timeout Pass ]
</span><span class="cx"> 
</span><ins>+# This tests timeout since the upgrade of GTK to 3.16 and Cairo to 1.14 on the JHBuild
+webkit.org/b/146731 fast/events/touch/tap-highlight-color.html [ Timeout ]
+webkit.org/b/146731 fast/events/touch/touch-scaled-scrolled.html [ Timeout ]
+webkit.org/b/146731 fast/events/touch/touch-stale-node-crash.html [ Timeout ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1716,9 +1723,6 @@
</span><span class="cx"> webkit.org/b/44316 platform/gtk/accessibility/object-attributes.html [ Failure ]
</span><span class="cx"> webkit.org/b/44316 platform/gtk/accessibility/title-and-alt.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Rounding color problems inside pixman
-webkit.org/b/49964 fast/canvas/canvas-fillPath-shadow.html [ Failure ]
-
</del><span class="cx"> # Expose title direction in WebKit API
</span><span class="cx"> webkit.org/b/58845 fast/dom/title-directionality.html [ Failure ]
</span><span class="cx"> webkit.org/b/58845 fast/dom/title-directionality-removeChild.html [ Failure ]
</span><span class="lines">@@ -2203,10 +2207,6 @@
</span><span class="cx"> # Difference invisible at the naked eye with Latin Modern Math.
</span><span class="cx"> webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ]
-webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html [ Failure ]
-webkit.org/b/134756 http/tests/loading/sizes/preload-image-sizes-2x.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/134976 media/media-controls-invalid-url.html [ Failure ]
</span><span class="cx"> webkit.org/b/134976 media/video-fast-seek.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2376,9 +2376,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Touch events not working
</span><span class="cx"> webkit.org/b/144765 fast/events/touch/touch-slider.html [ Failure ]
</span><del>-webkit.org/b/144765 fast/events/touch/touch-inside-iframe-scrolled.html [ Failure ]
</del><span class="cx"> webkit.org/b/144765 fast/events/touch/touch-slider-no-js-touch-listener.html [ Failure ]
</span><del>-webkit.org/b/144765 fast/events/touch/touch-inside-iframe.html [ Timeout ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/144763 fast/events/scroll-in-scaled-page-with-overflow-hidden.html
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssinputsearchpaddingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssinputsearchpaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt (186512 => 186513)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt        2015-07-08 17:24:01 UTC (rev 186512)
+++ trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt        2015-07-08 17:31:22 UTC (rev 186513)
</span><span class="lines">@@ -11,11 +11,11 @@
</span><span class="cx">       RenderBR {BR} at (496,41) size 0x0
</span><span class="cx">       RenderTextControl {INPUT} at (2,85) size 460x79 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">       RenderBR {BR} at (464,124) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,166) size 259x25 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (6,1) size 247x22
</del><ins>+      RenderTextControl {INPUT} at (2,166) size 255x25 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (6,1) size 243x22
</ins><span class="cx">           RenderBlock {DIV} at (0,11) size 0x0
</span><span class="cx">           RenderBlock {DIV} at (0,0) size 227x22
</span><del>-          RenderBlock {DIV} at (227,1) size 20x20
</del><ins>+          RenderBlock {DIV} at (227,3) size 16x16
</ins><span class="cx"> layer at (13,13) size 454x44
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 454x44
</span><span class="cx">     RenderText {#text} at (0,0) size 362x44
</span></span></pre>
</div>
</div>

</body>
</html>