<!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>[178886] 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/178886">178886</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-01-21 21:31:05 -0800 (Wed, 21 Jan 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Update expectations file for failures on test machine.

* platform/win/TestExpectations:</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 (178885 => 178886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-01-22 04:57:33 UTC (rev 178885)
+++ trunk/LayoutTests/ChangeLog        2015-01-22 05:31:05 UTC (rev 178886)
</span><span class="lines">@@ -1,5 +1,11 @@
</span><span class="cx"> 2015-01-21  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        [Win] Update expectations file for failures on test machine.
+
+        * platform/win/TestExpectations:
+
+2015-01-21  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
</ins><span class="cx">         [Win] Add more tests and baselines.
</span><span class="cx"> 
</span><span class="cx">         Stop skipping a number of tests that are fully functional. Add some
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (178885 => 178886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-01-22 04:57:33 UTC (rev 178885)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-01-22 05:31:05 UTC (rev 178886)
</span><span class="lines">@@ -662,8 +662,6 @@
</span><span class="cx"> # This test is dependant on DRT being able to open windows.
</span><span class="cx"> fast/dom/Window/new-window-opener.html
</span><span class="cx"> 
</span><del>-webkit.org/b/131746 http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html [ Failure ]
-
</del><span class="cx"> # &lt;rdar://5667279&gt; Undefined value exception
</span><span class="cx"> http/tests/xmlhttprequest/XMLHttpRequestException.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -769,7 +767,6 @@
</span><span class="cx"> fast/media/media-query-list-04.html [ Failure ]
</span><span class="cx"> fast/media/media-query-list-05.html [ Failure ]
</span><span class="cx"> fast/media/media-query-list-06.html [ Failure ]
</span><del>-fast/media/media-query-list-07.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/38376 media/media-document-audio-size.html [ Timeout ]
</span><span class="cx"> 
</span><span class="lines">@@ -1063,15 +1060,12 @@
</span><span class="cx"> ################################################################################
</span><span class="cx"> 
</span><span class="cx"> ###### Pasteboard
</span><del>-# Text, caret
-editing/pasteboard/copy-paste-bidi.html [ Failure ]
</del><span class="cx"> # Caret, RenderBlock
</span><span class="cx"> editing/pasteboard/copy-standalone-image.html [ Failure ]
</span><span class="cx"> # Text, caret, RenderBlock
</span><span class="cx"> editing/pasteboard/paste-RTFD.html [ Failure ]
</span><span class="cx"> editing/pasteboard/paste-TIFF.html [ Failure ]
</span><span class="cx"> # Caret, RenderBlock
</span><del>-editing/pasteboard/undoable-fragment-removes.html [ Failure ]
</del><span class="cx"> editing/pasteboard/input-field-1.html [ Failure ]
</span><span class="cx"> webkit.org/b/29057 editing/pasteboard/files-during-page-drags.html [ Failure ]
</span><span class="cx"> # TODO eventSender.contextClick() needs to return a JS array of the context menu items.
</span><span class="lines">@@ -1123,7 +1117,6 @@
</span><span class="cx"> editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html [ Failure ]
</span><span class="cx"> # Subpixel: incorrect caret position
</span><span class="cx"> webkit.org/b/126283 editing/selection/mixed-editability-10.html [ Failure ]
</span><del>-editing/selection/doubleclick-beside-cr-span.html [ Timeout ]
</del><span class="cx"> editing/selection/replaced-boundaries-3.html [ Failure ]
</span><span class="cx"> editing/selection/vertical-rl-rtl-extend-line-backward-br.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1421,6 +1414,58 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> ################################################################################
</span><ins>+##################          Canvas Issues                   ####################
+################################################################################
+
+# These tests fail on all platforms:
+canvas/philip/tests/2d.composite.operation.clear.html
+canvas/philip/tests/2d.composite.operation.darker.html
+canvas/philip/tests/2d.drawImage.outsidesource.html
+canvas/philip/tests/2d.gradient.radial.cone.front.html
+
+# These tests only fail on Windows.
+webkit.org/b/140759 canvas/philip/tests/2d.gradient.radial.cone.top.html
+webkit.org/b/140759 canvas/philip/tests/2d.gradient.radial.inside2.html
+webkit.org/b/140759 canvas/philip/tests/2d.gradient.radial.inside3.html
+webkit.org/b/140759 canvas/philip/tests/2d.gradient.radial.outside1.html
+webkit.org/b/140759 canvas/philip/tests/2d.line.cap.closed.html
+webkit.org/b/140759 canvas/philip/tests/2d.path.arcTo.collinear.2.html
+webkit.org/b/140759 canvas/philip/tests/2d.path.arcTo.collinear.3.html
+webkit.org/b/140759 canvas/philip/tests/2d.shadow.enable.blur.html
+webkit.org/b/140759 canvas/philip/tests/2d.shadow.enable.x.html
+webkit.org/b/140759 canvas/philip/tests/2d.shadow.enable.y.html
+
+webkit.org/b/24810 fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
+fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
+fast/canvas/canvas-blending-global-alpha.html [ Failure ]
+fast/canvas/canvas-blending-shadow.html [ Failure ]
+fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Failure ]
+fast/canvas/canvas-scale-drawImage-shadow.html [ Failure ]
+fast/canvas/canvas-scale-fillPath-shadow.html [ Failure ]
+fast/canvas/canvas-scale-fillRect-shadow.html [ Failure ]
+fast/canvas/canvas-transforms-fillRect-shadow.html [ Failure ]
+fast/canvas/canvas-blending-pattern-over-gradient.html [ Pass Timeout ]
+fast/canvas/canvas-composite-fill-repaint.html [ Pass Timeout ]
+fast/canvas/draw-focus-if-needed-with-path.html [ Failure ]
+fast/canvas/draw-focus-if-needed.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.cone.front.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.cone.top.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.inside2.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.inside3.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.outside1.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.line.cap.closed.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.path.arcTo.collinear.2.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.path.arcTo.collinear.3.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.shadow.enable.blur.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.shadow.enable.x.html [ Failure ]
+webkit.org/b/138862 imported/w3c/canvas/2d.shadow.enable.y.html [ Failure ]
+
+################################################################################
+#################          End Canvas Issues                ####################
+################################################################################
+
+
+################################################################################
</ins><span class="cx"> ##################             SVG Issues                   ####################
</span><span class="cx"> ################################################################################
</span><span class="cx"> # SVG Blur is not working on Windows
</span><span class="lines">@@ -1512,7 +1557,6 @@
</span><span class="cx"> 
</span><span class="cx"> svg/clip-path/mask-objectboundingbox-content-clip.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/clip-path/mask-userspaceonuse-content-clip.svg [ ImageOnlyFailure ]
</span><del>-svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr.html [ Failure ]
</del><span class="cx"> svg/custom/inline-svg-in-xhtml.xml [ Failure ]
</span><span class="cx"> svg/custom/foreign-object-skew.svg [ Failure ]
</span><span class="cx"> webkit.org/b/140249 fast/css/fontloader-svg-select.svg [ Failure ]
</span><span class="lines">@@ -1557,7 +1601,6 @@
</span><span class="cx"> webkit.org/b/72828 mathml/opentype/horizontal-munderover.html [ Failure ]
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/mo-stretch.html [ Failure ]
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/roots.xhtml [ Failure ]
</span><del>-mathml/presentation/stretchy-depth-height.html [ Failure ]
</del><span class="cx"> mathml/opentype/opentype-stretchy-horizontal.html [ Crash Failure ]
</span><span class="cx"> mathml/presentation/style-changed.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/140522 mathml/opentype/munderover-layout-resize.html [ Crash ]
</span><span class="lines">@@ -1674,7 +1717,6 @@
</span><span class="cx"> 
</span><span class="cx"> # fast/html/keygen.html is failing on boomer &lt;rdar://problem/5133799&gt;
</span><span class="cx"> fast/html/keygen.html [ Failure ]
</span><del>-fast/invalid/residual-style.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> #&lt;rdar://problem/5224271&gt; Some LayoutTests fail when not run by themselves.
</span><span class="cx"> http/tests/navigation/anchor-frames.html
</span><span class="lines">@@ -1715,7 +1757,6 @@
</span><span class="cx"> fast/forms/searchfield-heights.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Not investigated yet
</span><del>-http/tests/xmlhttprequest/connection-error-sync.html [ Failure ]
</del><span class="cx"> webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nopassword.html
</span><span class="cx"> webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nouser.html
</span><span class="cx"> 
</span><span class="lines">@@ -1746,9 +1787,6 @@
</span><span class="cx"> # Mixed content tests failing on Windows
</span><span class="cx"> webkit.org/b/29213 http/tests/security/mixedContent [ Failure ]
</span><span class="cx"> 
</span><del>-# For some reason crashes when run with all tests. Passes individually.
-fast/forms/multiple-form-submission-protection-mouse.html [ Failure ]
-
</del><span class="cx"> # Skip these two failures I introduced this morning while I explore them.
</span><span class="cx"> http/tests/globalhistory/history-delegate-basic-visited-links.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1815,7 +1853,6 @@
</span><span class="cx"> ################################################################################
</span><span class="cx"> ######################### Start list of UNREVIEWED failures ########################
</span><span class="cx"> ################################################################################
</span><del>-webkit.org/b/24810 fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
</del><span class="cx"> webkit.org/b/24810 fast/events/key-events-in-input-button.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/events/mouseup-from-button2.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/events/special-key-events-in-input-text.html [ Failure ]
</span><span class="lines">@@ -1840,7 +1877,6 @@
</span><span class="cx"> webkit.org/b/24810 fast/replaced/border-radius-clip.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/replaced/replaced-breaking.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/text/drawBidiText.html [ Failure ]
</span><del>-fast/text/emphasis-vertical.html [ Failure ]
</del><span class="cx"> fast/text/fallback-traits-fixup.html [ Failure ]
</span><span class="cx"> fast/text/international/combining-marks-position.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/text/international/hindi-spacing.html [ Failure ]
</span><span class="lines">@@ -1871,7 +1907,6 @@
</span><span class="cx"> fast/events/dropzone-005.html [ Failure ]
</span><span class="cx"> fast/harness/results.html [ Failure ]
</span><span class="cx"> fast/images/support-broken-image-delegate.html [ Failure ]
</span><del>-fast/repaint/canvas-putImageData.html [ Failure ]
</del><span class="cx"> fast/repaint/moving-shadow-on-container.html [ Failure ]
</span><span class="cx"> fast/repaint/moving-shadow-on-path.html [ Failure ]
</span><span class="cx"> printing/iframe-print.html [ Failure ]
</span><span class="lines">@@ -1961,7 +1996,6 @@
</span><span class="cx"> compositing/iframes/iframe-size-from-zero.html [ Failure ]
</span><span class="cx"> compositing/iframes/overlapped-iframe-iframe.html [ Failure ]
</span><span class="cx"> compositing/tiling/tiled-layer-resize.html [ Failure ]
</span><del>-fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
</del><span class="cx"> fast/events/ime-composition-events-001.html [ Failure ]
</span><span class="cx"> webkit.org/b/111606 fast/borders/border-fit.html [ Failure ]
</span><span class="cx"> webkit.org/b/111606 fast/repaint/border-fit-lines.html [ Failure ]
</span><span class="lines">@@ -1978,7 +2012,6 @@
</span><span class="cx"> webkit.org/b/116564 fast/block/lineboxcontain/block-with-ideographs.xhtml [ Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/dom/Window/window-onFocus.html [ Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/dom/Window/window-postmessage-clone.html [ Pass Failure ]
</span><del>-webkit.org/b/116564 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
</del><span class="cx"> webkit.org/b/116564 fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ]
</span><span class="cx"> webkit.org/b/117322 fast/backgrounds/background-opaque-images-over-color.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/117322 fast/selectors/selection-window-inactive.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1998,31 +2031,17 @@
</span><span class="cx"> fast/forms/search-event-delay.html [ Failure ]
</span><span class="cx"> fast/lists/inlineBoxWrapperNullCheck.html [ Failure ]
</span><span class="cx"> js/dom/global-constructors-attributes-dedicated-worker.html [ Failure ]
</span><del>-webkit.org/b/121509 fast/repaint/selection-rl.html        [ Failure ]
-webkit.org/b/121509 fast/dom/Window/window-early-properties.html        [ Failure ]
</del><span class="cx"> webkit.org/b/121509 fast/dom/MutationObserver/database-callback-delivery.html        [ Failure ]
</span><del>-webkit.org/b/121509 fast/dom/object-plugin-hides-properties.html        [ Failure ]
-webkit.org/b/121509 fast/workers/worker-document-leak.html        [ Failure ]
-#Also webkit.org/b/117326 fast/workers/worker-document-leak.html [ Failure ]
-webkit.org/b/121509 fast/workers/worker-lifecycle.html        [ Failure ]
</del><ins>+#Also webkit.org/b/117326
+fast/workers/worker-document-leak.html [ Failure ]
</ins><span class="cx"> #Also webkit.org/b/106415
</span><span class="cx"> webkit.org/b/121509 fast/events/page-visibility-iframe-delete-test.html        [ Failure ]
</span><span class="cx"> webkit.org/b/121509 fast/events/wheelevent-mousewheel-interaction.html        [ Failure ]
</span><del>-webkit.org/b/121509 fast/events/message-port-context-destroyed.html        [ Failure ]
-webkit.org/b/121509 fast/events/open-window-from-another-frame.html        [ Failure ]
</del><span class="cx"> webkit.org/b/121509 fast/events/page-visibility-iframe-propagation-test.html        [ Failure ]
</span><del>-webkit.org/b/121509 fast/events/popup-allowed-from-gesture-initiated-event.html        [ Failure ]
</del><span class="cx"> webkit.org/b/121509 fast/events/page-visibility-transition-test.html        [ Failure ]
</span><span class="cx"> webkit.org/b/121509 fast/events/page-visibility-iframe-move-test.html        [ Failure ]
</span><span class="cx"> webkit.org/b/121509 fast/history/go-back-to-iframe-with-plugin.html        [ Failure ]
</span><del>-webkit.org/b/121509 loader/go-back-to-different-window-size.html        [ Failure ]
-fast/canvas/canvas-blending-global-alpha.html [ Failure ]
-fast/canvas/canvas-blending-shadow.html [ Failure ]
-fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Failure ]
-fast/canvas/canvas-scale-drawImage-shadow.html [ Failure ]
-fast/canvas/canvas-scale-fillPath-shadow.html [ Failure ]
-fast/canvas/canvas-scale-fillRect-shadow.html [ Failure ]
-fast/canvas/canvas-transforms-fillRect-shadow.html [ Failure ]
</del><ins>+fast/repaint/canvas-putImageData.html [ Failure ]
</ins><span class="cx"> fast/events/wheelevent-basic.html [ Failure ]
</span><span class="cx"> fast/events/wheelevent-constructor.html [ Failure ]
</span><span class="cx"> fast/loader/file-protocol-fragment.html [ Failure ]
</span><span class="lines">@@ -2100,8 +2119,6 @@
</span><span class="cx"> dom/xhtml/level2/html/HTMLElement102.xhtml [ Pass Failure Timeout ]
</span><span class="cx"> dom/xhtml/level3/core/documentrenamenode08.xhtml [ Pass Timeout ]
</span><span class="cx"> fast/block/margin-collapse/021.html [ Pass Timeout ]
</span><del>-fast/canvas/canvas-blending-pattern-over-gradient.html [ Pass Timeout ]
-fast/canvas/canvas-composite-fill-repaint.html [ Pass Timeout ]
</del><span class="cx"> fast/images/exif-orientation.html [ Failure ]
</span><span class="cx"> fast/loader/fragment-after-redirect-gets-back-entry.html [ Pass Failure ]
</span><span class="cx"> fast/loader/url-parse-1.html [ Pass Failure ]
</span><span class="lines">@@ -2162,8 +2179,6 @@
</span><span class="cx"> fast/forms/select/listbox-click-on-scrollbar.html [ Failure ]
</span><span class="cx"> fast/forms/textarea-placeholder-set-attribute.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/forms/textarea-placeholder-wrapping.html [ ImageOnlyFailure ]
</span><del>-
-# More random tests to skip on Windows to get the bots green
</del><span class="cx"> fast/replaced/width100percent-button.html [ Failure ]
</span><span class="cx"> fast/replaced/width100percent-radio.html [ Failure ]
</span><span class="cx"> fast/selectors/querySelector-window-inactive.html [ Failure ]
</span><span class="lines">@@ -2174,30 +2189,17 @@
</span><span class="cx"> js/date-constructor.html [ Failure ]
</span><span class="cx"> js/dom/dom-static-property-for-in-iteration.html [ Failure ]
</span><span class="cx"> js/slow-stress/Int32Array-alloc-large-long-lived.html [ Failure ]
</span><del>-fast/images/cmyk-jpeg-with-color-profile.html [ Failure ]
-fast/images/destroyed-image-load-event.html [ Failure ]
</del><span class="cx"> fast/images/image-controls-basic.html [ Failure ]
</span><span class="cx"> fast/inline/positionedLifetime.html [ Failure ]
</span><span class="cx"> fast/masking/clip-path-selection.html [ Failure ]
</span><span class="cx"> fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ]
</span><span class="cx"> fast/dom/Window/window-property-invalid-characters-ignored.html [ Failure ]
</span><span class="cx"> fast/dom/Window/window-resize-contents.html [ Failure ]
</span><del>-fast/dom/anchor-text.html [ Failure ]
</del><span class="cx"> fast/dom/constants.html [ Failure ]
</span><span class="cx"> fast/dom/navigation-with-sideeffects.html [ Failure ]
</span><span class="cx"> fast/dynamic/window-resize-scrollbars-test.html [ Failure ]
</span><span class="cx"> fast/events/shadow-event-path.html [ Failure ]
</span><del>-tables/mozilla/bugs/bug32841.html [ Failure ]
-fast/canvas/draw-focus-if-needed-with-path.html [ Failure ]
-fast/canvas/draw-focus-if-needed.html [ Failure ]
-fast/forms/checkbox-appearance-change-by-checked.html [ Failure ]
-fast/frames/lots-of-objects.html [ Failure ]
</del><span class="cx"> fast/text/indic.html [ Failure ]
</span><del>-fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Failure ]
-ietestcenter/Javascript/12.10-2-2.html [ Failure ]
-js/dom/non-object-proto.html [ Failure ]
-storage/domstorage/sessionstorage/delete-removal.html [ Failure ]
-tables/mozilla/bugs/bug133756-1.html [ Failure ]
</del><span class="cx"> fast/forms/week/week-input-type.html [ Crash Failure ]
</span><span class="cx"> fast/borders/bidi-002.html [ Failure ]
</span><span class="cx"> fast/borders/bidi-009a.html [ Failure ]
</span><span class="lines">@@ -2207,14 +2209,11 @@
</span><span class="cx"> fast/dom/SelectorAPI/dumpNodeList-almost-strict.html [ Crash Pass ]
</span><span class="cx"> fast/regions/writing-mode/changing-writing-mode.html [ Crash Pass ]
</span><span class="cx"> fast/dom/HTMLTableElement/colSpan.html        [ ImageOnlyFailure ]
</span><del>-tables/mozilla/other/test6.html [ Failure ]
</del><span class="cx"> fast/text/emphasis-combined-text.html [ ImageOnlyFailure ]
</span><del>-fast/repaint/obscured-background-no-repaint.html [ Failure ]
</del><span class="cx"> js/slow-stress/emscripten-memops.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Skip tests that fail only in Debug mode 
</span><span class="cx"> [ Debug ] compositing [ Skip ]
</span><del>-[ Debug ] fast/canvas [ Skip ]
</del><span class="cx"> [ Debug ] inspector-protocol [ Skip ]
</span><span class="cx"> [ Debug ] transforms/3d/hit-testing [ Skip ]
</span><span class="cx"> [ Debug ] transforms/3d/point-mapping [ Skip ]
</span><span class="lines">@@ -2329,18 +2328,6 @@
</span><span class="cx"> webkit.org/b/138042 fast/repaint/button-spurious-layout-hint.html [ Failure ]
</span><span class="cx"> webkit.org/b/138042 fast/repaint/renderer-destruction-by-invalidateSelection-crash.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.cone.front.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.cone.top.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.inside2.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.inside3.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.gradient.radial.outside1.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.line.cap.closed.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.path.arcTo.collinear.2.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.path.arcTo.collinear.3.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.shadow.enable.blur.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.shadow.enable.x.html [ Failure ]
-webkit.org/b/138862 imported/w3c/canvas/2d.shadow.enable.y.html [ Failure ]
-
</del><span class="cx"> # new timeouts, need bug reports
</span><span class="cx"> fast/events/pageshow-pagehide-on-back-uncached.html [ Timeout ]
</span><span class="cx"> fast/forms/button-state-restore.html [ Timeout ]
</span></span></pre>
</div>
</div>

</body>
</html>