<!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>[170842] 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/170842">170842</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-07-07 00:38:48 -0700 (Mon, 07 Jul 2014)</dd>
</dl>

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

Remove failure expectations for tests that have been passing after <a href="http://trac.webkit.org/projects/webkit/changeset/168046">r168046</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/168350">r168350</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/168400">r168400</a>,
<a href="http://trac.webkit.org/projects/webkit/changeset/168479">r168479</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/169309">r169309</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/169620">r169620</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/169689">r169689</a> and <a href="http://trac.webkit.org/projects/webkit/changeset/169799">r169799</a>.

Patch by Lorenzo Tilve &lt;ltilve@igalia.com&gt; on 2014-07-07

* platform/gtk/TestExpectations:</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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (170841 => 170842)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-07-07 07:16:04 UTC (rev 170841)
+++ trunk/LayoutTests/ChangeLog        2014-07-07 07:38:48 UTC (rev 170842)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-07-07  Lorenzo Tilve  &lt;ltilve@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        Remove failure expectations for tests that have been passing after r168046, r168350, r168400,
+        r168479, r169309, r169620, r169689 and r169799.
+
+        * platform/gtk/TestExpectations:
+
</ins><span class="cx"> 2014-07-07  Ion Rosca  &lt;rosca@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Blending]The background images set on the root element will blend on an initial white backdrop.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (170841 => 170842)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-07-07 07:16:04 UTC (rev 170841)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-07-07 07:38:48 UTC (rev 170842)
</span><span class="lines">@@ -404,7 +404,6 @@
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-border-image-gradient-on-subpixels.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
</span><del>-webkit.org/b/131347 fast/borders/hidpi-rounded-border-on-subpixel-position.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position.html [ Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1428,8 +1427,6 @@
</span><span class="cx"> Bug(GTK) canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html [ Failure ]
</span><span class="cx"> Bug(GTK) canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html [ Failure ]
</span><span class="cx"> Bug(GTK) canvas/philip/tests/2d.missingargs.html [ Failure ]
</span><del>-Bug(GTK) canvas/philip/tests/2d.pattern.image.broken.html [ Failure ]
-Bug(GTK) canvas/philip/tests/2d.pattern.image.incomplete.empty.html [ Failure ]
</del><span class="cx"> Bug(GTK) canvas/philip/tests/2d.pattern.image.incomplete.omitted.html [ Failure ]
</span><span class="cx"> Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
</span><span class="cx"> Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
</span><span class="lines">@@ -1603,8 +1600,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/98950 transitions/blendmode-transitions.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/100424 editing/selection/user-select-all-selection.html [ Failure ]
</span><span class="cx"> webkit.org/b/100424 editing/selection/user-select-all-with-shift.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1726,7 +1721,6 @@
</span><span class="cx"> Bug(GTK) mathml/very-large-stretchy-operators.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/119841 fast/sub-pixel/sub-pixel-composited-layers.html [ ImageOnlyFailure ]
</span><del>-webkit.org/b/119841 fast/sub-pixel/sub-pixel-root-layer.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/119841 fast/sub-pixel/zoomed-em-border.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/120105 http/tests/navigation/post-frames-goback1-uncached.html [ Failure ]
</span><span class="lines">@@ -1767,15 +1761,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124566 fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124770 fast/dom/access-key-iframe.html [ Failure ]
-webkit.org/b/124770 fast/forms/ValidityState-valueMissing-002.html [ Failure ]
-webkit.org/b/124770 fast/forms/access-key-for-all-elements.html [ Failure ]
-webkit.org/b/124770 fast/forms/access-key.html [ Failure ]
-webkit.org/b/124770 fast/forms/focus-selection-input.html [ Failure ]
-webkit.org/b/124770 fast/forms/focus-selection-textarea.html [ Failure ]
-webkit.org/b/124770 fast/forms/legend-access-key.html [ Failure ]
-webkit.org/b/124770 fast/forms/select-accesskey.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/124834 fast/block/float/clear-negative-margin-top.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/124834 fast/regions/overflow/overflow-in-variable-width-regions-inline-bt.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/124834 fast/regions/overflow/overflow-in-variable-width-regions-inline-continuation.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1810,13 +1795,9 @@
</span><span class="cx"> # End of subpixel failures.
</span><span class="cx"> 
</span><span class="cx"> # After webkit.org/b/123097 we flag these tests that also fail in mac
</span><del>-webkit.org/b/123097 media/track/track-cue-mutable-text.html [ Failure ]
</del><span class="cx"> webkit.org/b/123097 media/video-controls-toggling.html [ Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Regressions in svg/clip-path
</span><del>-webkit.org/b/128499 svg/clip-path/clip-path-content-use-005.svg [ ImageOnlyFailure ]
-webkit.org/b/128499 svg/clip-path/clip-path-precision-001.svg [ ImageOnlyFailure ]
-webkit.org/b/128499 svg/clip-path/clip-path-content-use-006.svg [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -1963,8 +1944,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/132253 media/volume-bar-empty-when-muted.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/132274 fast/multicol/newmulticol/compare-with-old-impl/column-rules-stacking.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/132909 accessibility/table-with-footer-section-above-body.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/132910 editing/pasteboard/drag-drop-paragraph-crasher.html [ Failure ]
</span></span></pre>
</div>
</div>

</body>
</html>