<!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>[173862] 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/173862">173862</a></dd>
<dt>Author</dt> <dd>roger_fong@apple.com</dd>
<dt>Date</dt> <dd>2014-09-22 20:08:40 -0700 (Mon, 22 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Windows] More test expectation gardening.
* platform/win/TestExpectations: Skip some failing image only failures, unskip some tests reported as now passing.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (173861 => 173862)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-09-23 02:25:17 UTC (rev 173861)
+++ trunk/LayoutTests/ChangeLog        2014-09-23 03:08:40 UTC (rev 173862)
</span><span class="lines">@@ -2,6 +2,12 @@
</span><span class="cx"> 
</span><span class="cx">         [Windows] More test expectation gardening.
</span><span class="cx"> 
</span><ins>+        * platform/win/TestExpectations: Skip some failing image only failures, unskip some tests reported as now passing.
+
+2014-09-22  Roger Fong  &lt;roger_fong@apple.com&gt;
+
+        [Windows] More test expectation gardening.
+
</ins><span class="cx">         * platform/win/TestExpectations:
</span><span class="cx"> 
</span><span class="cx"> 2014-09-22  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (173861 => 173862)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2014-09-23 02:25:17 UTC (rev 173861)
+++ trunk/LayoutTests/platform/win/TestExpectations        2014-09-23 03:08:40 UTC (rev 173862)
</span><span class="lines">@@ -82,9 +82,6 @@
</span><span class="cx"> # The following needs a rebaseline
</span><span class="cx"> webkit.org/b/125754 js/dom/global-constructors-attributes.html [ Failure ]
</span><span class="cx"> 
</span><del>-# &lt;rdar://problem/6710625&gt; Test media/video-error-abort.html doesn't work
-http/tests/media/video-error-abort.html [ Failure ]
-
</del><span class="cx"> # &lt;rdar://problem/5075790&gt; Layout tests that depend on certain fonts don't match Mac results:
</span><span class="cx"> #                          - Mac OS X and Windows do not have an Arabic font in common
</span><span class="cx"> fast/text/international/bidi-AN-after-L.html
</span><span class="lines">@@ -864,8 +861,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Failing media tests on windows &lt;http://webkit.org/b/29047&gt;
</span><span class="cx"> webkit.org/b/29047 media/audio-delete-while-step-button-clicked.html [ Failure ]
</span><del>-webkit.org/b/29047 media/video-controls-transformed.html [ Failure ]
-webkit.org/b/29047 media/video-controls-zoomed.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # This test requires media controls has a volume slider.
</span><span class="cx"> media/video-volume-slider.html [ Failure ]
</span><span class="lines">@@ -1149,9 +1144,7 @@
</span><span class="cx"> fast/events/constructors/focus-event-constructor.html
</span><span class="cx"> 
</span><span class="cx"> # Disable until the windows WebKit API supports injecting in the top frame only.
</span><del>-webkit.org/b/41800 userscripts/user-script-all-frames.html [ Failure ]
</del><span class="cx"> webkit.org/b/41800 userscripts/user-script-top-frame-only.html [ Failure ]
</span><del>-webkit.org/b/41800 userscripts/user-style-all-frames.html [ Failure ]
</del><span class="cx"> webkit.org/b/41800 userscripts/user-style-top-frame-only.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Directory upload is not enabled.
</span><span class="lines">@@ -1292,7 +1285,6 @@
</span><span class="cx"> fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html
</span><span class="cx"> fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value.html
</span><span class="cx"> 
</span><del>-webkit.org/b/56167 http/tests/media/reload-after-dialog.html [ Failure ]
</del><span class="cx"> webkit.org/b/56167 http/tests/media/remove-while-loading.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/57693 plugins/windowless_plugin_paint_test.html [ Failure ]
</span><span class="lines">@@ -1667,9 +1659,7 @@
</span><span class="cx"> media/controls-without-preload.html [ Failure ]
</span><span class="cx"> media/video-controls-rendering.html [ Failure ]
</span><span class="cx"> media/video-display-toggle.html [ Failure ]
</span><del>-media/video-no-audio.html [ Failure ]
</del><span class="cx"> media/video-pause-immediately.html [ Failure ]
</span><del>-media/video-play-require-user-gesture.html [ Failure ]
</del><span class="cx"> printing/iframe-print.html
</span><span class="cx"> svg/as-image/img-preserveAspectRatio-support-1.html
</span><span class="cx"> svg/carto.net/tabgroup.svg
</span><span class="lines">@@ -1949,7 +1939,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/97132 media/track/track-cue-rendering-vertical.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/106477 media/video-controls-captions-trackmenu-localized.html [ Failure ]
</del><span class="cx"> webkit.org/b/106477 media/video-controls-captions-trackmenu-sorted.html [ Failure ]
</span><span class="cx"> webkit.org/b/106477 media/video-controls-captions-trackmenu.html [ Failure ]
</span><span class="cx"> webkit.org/b/106477 media/video-controls-captions-trackmenu-hide-on-click.html [ Failure ]
</span><span class="lines">@@ -2275,7 +2264,6 @@
</span><span class="cx"> media/track/track-in-band-legacy-api.html [ Crash ]
</span><span class="cx"> media/track/track-in-band-mode.html [ Crash ]
</span><span class="cx"> security/block-test-no-port.html [ Failure ]
</span><del>-svg/dom/SVGViewSpec.html [ Failure ]
</del><span class="cx"> editing/selection/caret-rtl-2-left.html [ Failure ]
</span><span class="cx"> editing/selection/caret-rtl-right.html [ Failure ]
</span><span class="cx"> editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html [ Failure ]
</span><span class="lines">@@ -2309,23 +2297,18 @@
</span><span class="cx"> # They need to be rebaselined.
</span><span class="cx"> # REGRESSION(r156730): 18 media tests broken (122021)
</span><span class="cx"> webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html [ Failure ]
</span><del>-webkit.org/b/122021 media/video-controls-no-scripting.html [ Failure ]
</del><span class="cx"> webkit.org/b/122021 media/video-controls-toggling.html [ Failure ]
</span><del>-webkit.org/b/122021 media/video-rtl.html [ Failure ]
-webkit.org/b/122021 media/volume-bar-empty-when-muted.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # The following tests also seem affected by r156730
</span><span class="cx"> webkit.org/b/122166 media/track/audio-track.html [ Failure ]
</span><span class="cx"> webkit.org/b/122166 media/track/video-track.html [ Failure ]
</span><span class="cx"> webkit.org/b/122166 media/audio-controls-do-not-fade-out.html [ Failure ]
</span><del>-webkit.org/b/122166 media/controls-drag-timebar.html [ Failure ]
</del><span class="cx"> webkit.org/b/122166 media/controls-right-click-on-timebar.html [ Failure ]
</span><span class="cx"> webkit.org/b/122166 media/media-captions-no-controls.html [ Failure ]
</span><span class="cx"> webkit.org/b/122166 media/media-controls-invalid-url.html [ Failure ]
</span><span class="cx"> webkit.org/b/122166 media/media-volume-slider-rendered-normal.html [ Failure ]
</span><span class="cx"> webkit.org/b/122166 media/nodesFromRect-shadowContent.html [ Failure ]
</span><span class="cx"> webkit.org/b/122166 media/video-controls-visible-audio-only.html [ Failure ]
</span><del>-webkit.org/b/122166 media/track/track-cue-rendering-tree-is-removed-properly.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Flaky test fails on only certain machine configurations
</span><span class="cx"> printing/print-close-crash.html
</span><span class="lines">@@ -2342,10 +2325,6 @@
</span><span class="cx"> # isIndeterminate is not implemented in mac
</span><span class="cx"> webkit.org/b/125855 accessibility/aria-checked-mixed-value.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Subpixel failures
-# Subpixel: misplaced zoomed svg content.
-webkit.org/b/126900 svg/zoom/page/zoom-zoom-coords.xhtml [ Failure ]
-
</del><span class="cx"> # Subpixel: incorrect caret position
</span><span class="cx"> webkit.org/b/126283 editing/selection/mixed-editability-10.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2365,8 +2344,6 @@
</span><span class="cx"> webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003.htm [ Failure ]
</span><span class="cx"> webkit.org/b/128061 media/video-zoom.html [ Failure ]
</span><span class="cx"> webkit.org/b/128061 svg/custom/svg-fonts-in-html.html [ Failure ]
</span><del>-webkit.org/b/128061 svg/zoom/page/zoom-background-image-tiled.html [ Failure ]
-webkit.org/b/128061 svg/zoom/page/zoom-background-images.html [ Failure ]
</del><span class="cx"> webkit.org/b/128061 svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html [ Failure ]
</span><span class="cx"> webkit.org/b/128061 svg/zoom/page/zoom-svg-float-border-padding.xml [ Failure ]
</span><span class="cx"> webkit.org/b/128061 svg/zoom/page/zoom-svg-through-object-with-auto-size.html [ Failure ]
</span><span class="lines">@@ -2601,8 +2578,6 @@
</span><span class="cx"> editing/pasteboard/5006779.html [ Pass Timeout ]
</span><span class="cx"> editing/pasteboard/5028447.html [ Pass Timeout ]
</span><span class="cx"> editing/pasteboard/4806874.html [ Pass Timeout ]
</span><del>-editing/pasteboard/copy-text-with-backgroundcolor.html [ Failure ]
-editing/pasteboard/copy-text-with-wrapped-tag.html [ Failure ]
</del><span class="cx"> editing/pasteboard/crash-accessing-clipboardData-types.html [ Pass Failure ]
</span><span class="cx"> editing/pasteboard/paste-table-001.html [ Pass Timeout ]
</span><span class="cx"> editing/pasteboard/paste-text-with-style-5.html [ Pass Failure ]
</span><span class="lines">@@ -2704,7 +2679,6 @@
</span><span class="cx"> imported/w3c/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/start-tag-html.html [ Pass Timeout ]
</span><span class="cx"> imported/w3c/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document.html [ Pass Failure ]
</span><span class="cx"> svg/animations/animate-linear-discrete-additive.svg [ Pass Timeout ]
</span><del>-svg/as-image/animated-svg-as-image-same-image.html [ ImageOnlyFailure Failure ]
</del><span class="cx"> svg/custom/use-display-none.svg [ Pass Timeout ]
</span><span class="cx"> svg/custom/bug86781.html [ Pass Timeout ]
</span><span class="cx"> svg/custom/bug78700.svg  [ Pass Timeout ]
</span><span class="lines">@@ -2749,7 +2723,6 @@
</span><span class="cx"> fast/table/border-collapsing/cached-change-row-border-color.html [ Pass Timeout ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Regressions in svg/clip-path
</span><del>-webkit.org/b/128499 svg/clip-path/clip-path-precision-001.svg [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2779,3 +2752,16 @@
</span><span class="cx"> fast/css-generated-content/initial-letter-descender.html [ Failure ]
</span><span class="cx"> fast/css-generated-content/initial-letter-raised.html [ Failure ]
</span><span class="cx"> fast/css-generated-content/initial-letter-sunken.html [ Failure ]
</span><ins>+
+# Skip image only failures that have very low percentage differences
+css3/masking/clip-path-inset.html [ ImageOnlyFailure ]
+editing/inserting/insert-br-at-tabspan-002.html [ ImageOnlyFailure ]
+fast/borders/border-radius-on-html.html [ ImageOnlyFailure ]
+fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html [ ImageOnlyFailure ]
+fast/regions/overflow/overflow-size-change-with-stacking-context.html [ ImageOnlyFailure ]
+svg/custom/hidpi-masking-clipping.svg [ ImageOnlyFailure ]
+svg/text/hidpi-text-selection-rect-position.html [ ImageOnlyFailure ]
+svg/clip-path/mask-objectboundingbox-content-clip.svg [ ImageOnlyFailure ]
+svg/clip-path/mask-userspaceonuse-content-clip.svg [ ImageOnlyFailure ]
+svg/W3C-SVG-1.1/animate-elem-64-t.svg [ ImageOnlyFailure ]
+svg/W3C-SVG-1.1/animate-elem-65-t.svg [ ImageOnlyFailure ]
</ins></span></pre>
</div>
</div>

</body>
</html>