<!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>[164339] 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/164339">164339</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2014-02-18 18:19:06 -0800 (Tue, 18 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed Windows test gardening.

* platform/win/TestExpectations: Re-enable the many tests that actually pass on Windows. Mark tests
using current syntax so we can see when tests start passing. Identify a few flaky tests.</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 (164338 => 164339)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-02-19 02:12:39 UTC (rev 164338)
+++ trunk/LayoutTests/ChangeLog        2014-02-19 02:19:06 UTC (rev 164339)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-02-18  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        Unreviewed Windows test gardening.
+
+        * platform/win/TestExpectations: Re-enable the many tests that actually pass on Windows. Mark tests
+        using current syntax so we can see when tests start passing. Identify a few flaky tests.
+
</ins><span class="cx"> 2014-02-18  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         border-box clip-paths jump around when outline changes
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (164338 => 164339)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2014-02-19 02:12:39 UTC (rev 164338)
+++ trunk/LayoutTests/platform/win/TestExpectations        2014-02-19 02:19:06 UTC (rev 164339)
</span><span class="lines">@@ -85,40 +85,12 @@
</span><span class="cx"> http/tests/inspector [ Skip ]
</span><span class="cx"> http/tests/inspector-enabled [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/125754 fast/canvas/canvas-drawImage-incomplete.html [ Failure ]
-webkit.org/b/125754 fast/css/object-fit/object-fit-video-poster.html [ ImageOnlyFailure ]
-webkit.org/b/125754 fast/dom/Window/custom-constructors.html [ Failure ]
-webkit.org/b/125754 fast/dom/beforeload/clear-video-poster-in-beforeload-listener.html [ Failure ]
-webkit.org/b/125754 fast/dom/beforeload/remove-video-in-beforeload-listener.html [ Failure ]
-webkit.org/b/125754 fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html [ Failure ]
-webkit.org/b/125754 fast/dom/beforeload/video-before-load.html [ Failure ]
-webkit.org/b/125754 fast/dom/boolean-attribute-reflection.html [ Failure ]
-webkit.org/b/125754 fast/dom/constructors-cached-navigate.html [ Failure ]
-webkit.org/b/125754 fast/dom/constructors-cached.html [ Failure ]
-webkit.org/b/125754 fast/dom/dom-constructors.html [ Failure ]
-webkit.org/b/125754 fast/dom/URL-attribute-reflection.html [ Failure ]
-webkit.org/b/125754 fast/events/constructors/track-event-constructor.html [ Failure ]
-webkit.org/b/125754 fast/events/media-element-focus-tab.html [ Failure ]
-webkit.org/b/125754 fast/events/media-focus-in-standalone-media-document.html [ Failure ]
-webkit.org/b/125754 fast/events/tabindex-focus-blur-all.html [ Failure ]
-webkit.org/b/125754 fast/replaced/outline-replaced-elements.html [ Failure ]
-webkit.org/b/125754 js/dom/custom-constructors.html [ Failure ]
</del><ins>+# The following needs a rebaseline
</ins><span class="cx"> webkit.org/b/125754 js/dom/global-constructors-attributes.html [ Failure ]
</span><del>-webkit.org/b/125754 js/dom/instanceof-XMLHttpRequest.html [ Failure ]
-#end temporarily excluded media tests
</del><span class="cx"> 
</span><del>-# Fails &lt;rdar://problem/5674289&gt;
-media/video-seek-past-end-paused.html
-
</del><span class="cx"> # &lt;rdar://problem/6710625&gt; Test media/video-error-abort.html doesn't work
</span><del>-http/tests/media/video-error-abort.html
</del><ins>+http/tests/media/video-error-abort.html [ Failure ]
</ins><span class="cx"> 
</span><del>-
-# These tests requires fullscreen &lt;video&gt; support
-media/media-fullscreen-inline.html
-# Times out https://bugs.webkit.org/show_bug.cgi?id=51787
-media/video-element-other-namespace-crash.html
-
</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">@@ -226,10 +198,10 @@
</span><span class="cx"> http/tests/navigation/anchor-frames.html
</span><span class="cx"> 
</span><span class="cx"> # No built-in plugin in DRT &lt;rdar://problem/5074411&gt;
</span><del>-plugins/get-url-that-the-resource-load-delegate-will-disallow.html
-plugins/get-url-with-blank-target.html
-plugins/open-and-close-window-with-plugin.html
-plugins/plugin-javascript-access.html
</del><ins>+plugins/get-url-that-the-resource-load-delegate-will-disallow.html [ Skip ]
+plugins/get-url-with-blank-target.html [ Skip ]
+plugins/open-and-close-window-with-plugin.html [ Skip ]
+plugins/plugin-javascript-access.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # String::Number prints floating point numbers differently on Win than X. &lt;rdar://problem/5127993&gt;
</span><span class="cx"> svg/hixie/perf/001.xml
</span><span class="lines">@@ -286,7 +258,7 @@
</span><span class="cx"> fast/files
</span><span class="cx"> http/tests/fileapi
</span><span class="cx"> fast/dom/DOMURL/check-instanceof-domurl-functions.html
</span><del>-fast/dom/window-domurl-crash.html
</del><ins>+fast/dom/window-domurl-crash.html [ Failure ]
</ins><span class="cx"> fast/forms/file/recover-file-input-in-unposted-form.html
</span><span class="cx"> http/tests/security/contentSecurityPolicy/blob-urls-match-self.html
</span><span class="cx"> fast/workers/worker-domurl.html
</span><span class="lines">@@ -421,9 +393,8 @@
</span><span class="cx"> 
</span><span class="cx"> # Sometimes times out http://webkit.org/b/48457
</span><span class="cx"> fast/workers/storage/use-same-database-in-page-and-workers.html
</span><ins>+webkit.org/b/106415 fast/workers/worker-close-more.html [ Pass Failure ] 
</ins><span class="cx"> 
</span><del>-#webkit.org/b/106415 fast/workers/worker-close-more.html [ Pass Failure ]  # Currently crashing
-
</del><span class="cx"> # Times out on apple-windows-3 http://webkit.org/b/48750
</span><span class="cx"> fast/frames/sandboxed-iframe-storage.html
</span><span class="cx"> 
</span><span class="lines">@@ -437,12 +408,12 @@
</span><span class="cx"> # Sometimes fails http://webkit.org/b/48909
</span><span class="cx"> animations/play-state-suspend.html
</span><span class="cx"> 
</span><del>-# Assertion failure http://webkit.org/b/48910
-http/tests/media/pdf-served-as-pdf.html
-http/tests/media/video-cancel-load.html
</del><ins>+# Assertion failures
+webkit.org/b/48910 http/tests/media/pdf-served-as-pdf.html [ Failure ]
+webkit.org/b/48910 http/tests/media/video-cancel-load.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Sometimes times out http://webkit.org/b/48997
-animations/animation-iteration-event-destroy-renderer.html
</del><ins>+# Sometimes times out
+webkit.org/b/48997 animations/animation-iteration-event-destroy-renderer.html [ Pass Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Sometimes times out http://webkit.org/b/49014
</span><span class="cx"> fast/workers/storage/change-version-handle-reuse-sync.html
</span><span class="lines">@@ -450,9 +421,6 @@
</span><span class="cx"> # Sometimes fails http://webkit.org/b/49182
</span><span class="cx"> animations/stop-animation-on-suspend.html
</span><span class="cx"> 
</span><del>-# Crashing in AccessibilityUIElement::parentElement http://webkit.org/b/49379
-accessibility/iframe-bastardization.html
-
</del><span class="cx"> # Spews a console message into the next test under Aero http://webkit.org/b/49945
</span><span class="cx"> svg/custom/clip-path-referencing-use2.svg
</span><span class="cx"> 
</span><span class="lines">@@ -479,8 +447,7 @@
</span><span class="cx"> # Different tests sometimes time out on apple-windows-5 http://webkit.org/b/55579
</span><span class="cx"> http/tests/websocket
</span><span class="cx"> 
</span><del>-# Timing out http://webkit.org/b/58654
-media/video-controls-in-media-document.html
</del><ins>+webkit.org/b/58654 media/video-controls-in-media-document.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Flaky http://webkit.org/b/62561
</span><span class="cx"> animations/animation-direction-normal.html
</span><span class="lines">@@ -573,6 +540,7 @@
</span><span class="cx"> http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html
</span><span class="cx"> http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html
</span><span class="cx"> 
</span><ins>+accessibility
</ins><span class="cx"> # AX: windows DRT needs to implement ::press
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=36145
</span><span class="cx"> accessibility/aria-link-supports-press.html
</span><span class="lines">@@ -649,9 +617,98 @@
</span><span class="cx"> accessibility/transformed-element.html
</span><span class="cx"> accessibility/visible-elements.html
</span><span class="cx"> 
</span><ins>+# Skip a bunch of tests to get EWS bots in a better state.
+accessibility/canvas-fallback-content-2.html
+accessibility/axpress-on-aria-button.html
+accessibility/password-field-value.html
+accessibility/paragraph-with-linebreaks.html
+accessibility/aria-hidden-negates-no-visibility.html
+accessibility/tabindex-elements-are-accessible.html
+accessibility/roles-exposed.html
+accessibility/aria-sort.html
+accessibility/transformed-bounds.html
+accessibility/global-aria-attributes-invalidate-presentational.html
+accessibility/content-editable.html
+accessibility/alt-tag-on-image-with-nonimage-role.html
+accessibility/focusable-div.html
+accessibility/roles-computedRoleString.html
+accessibility/aria-slider-value-change.html
+accessibility/aria-labeled-with-hidden-node.html
+accessibility/table-with-mismatch-column-count-in-initial-section.html
+accessibility/table-title.html
+accessibility/negative-tabindex-does-not-expose-label.html
+accessibility/deleting-iframe-destroys-axcache.html
+accessibility/svg-element-press.html
+accessibility/link-inside-button-accessible-text.html
+accessibility/html5-required-attribute.html
+accessibility/meter-element.html
+accessibility/poorly-formed-aria-table.html
+accessibility/aria-hidden-hides-all-elements.html
+accessibility/aria-required.html
+accessibility/text-role-with-aria-hidden-inside.html
+accessibility/aria-disabled-propagated-to-children.html
+accessibility/aria-labelledby-overrides-aria-labeledby.html
+accessibility/aria-mappings.html
+accessibility/aria-controls.html
+accessibility/aria-flowto.html
+accessibility/img-fallsback-to-title.html
+accessibility/svg-group-element-with-title.html
+accessibility/progressbar.html
+accessibility/self-referencing-aria-labelledby.html
+accessibility/element-haspopup.html
+accessibility/heading-crash-after-hidden.html
+accessibility/aria-hidden-false-works-in-subtrees.html
+accessibility/range-alter-by-step.html
+accessibility/popup-button-title.html
+accessibility/fieldset-element.html
+accessibility/box-styled-lists.html
+accessibility/list-detection.html
+accessibility/table-with-hidden-head-section.html
+accessibility/file-upload-button-stringvalue.html
+accessibility/range-alter-by-percent.html
+accessibility/children-changed-sends-notification.html
+accessibility/listitem-title.html
+accessibility/heading-title-includes-links.html
+accessibility/aria-help.html
+accessibility/empty-image-with-title.html
+platform/win/accessibility/single-select-children-changed.html        [ Skip ]
+
</ins><span class="cx"> # Need to implement global addNotificationListener in Windows DRT
</span><span class="cx"> accessibility/loading-iframe-sends-notification.html
</span><span class="cx"> 
</span><ins>+# Crashing in AccessibilityUIElement::parentElement
+webkit.org/b/49379 accessibility/iframe-bastardization.html
+
+# ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener
+webkit.org/b/87426 [ Debug ] accessibility/menu-list-sends-change-notification.html [ Crash ]
+webkit.org/b/87425 [ Debug ] accessibility/multiselect-list-reports-active-option.html [ Crash ]
+webkit.org/b/87425 [ Debug ] platform/win/accessibility/detached-object-notification-crash.html [ Crash ]
+
+# Test times out
+webkit.org/b/95405 platform/win/accessibility/single-select-children.html [ Timeout ]
+
+#AX role needs to be updated on Windows, many test cases involve AX role crash or fail
+accessibility/svg-bounds.html
+accessibility/html-html-element-is-ignored.html
+accessibility/loading-iframe-updates-axtree.html
+webkit.org/b/108249 accessibility/corresponding-control-deleted-crash.html
+
+# Missing AX features:
+accessibility/heading-level.html
+accessibility/render-counter-text.html
+
+# Color Well is not implemented:
+accessibility/color-well.html
+
+# Failing Windows-only accessibility tests
+webkit.org/b/127485 platform/win/accessibility/option-element-selection-and-focus-events.html [ Failure ]
+webkit.org/b/127485 platform/win/accessibility/parent-element.html [ Failure ]
+webkit.org/b/127485 platform/win/accessibility/select-element-valuechange-event.html [ Failure ]
+
+# Temporarily skip a bunch of failing tests on Windows bots until
+# https://bugs.webkit.org/show_bug.cgi?id=108249
+
+# Off by 1 pixel:
</ins><span class="cx"> # No support for print-to-pdf in Windows DRT
</span><span class="cx"> printing/compositing-layer-printing.html
</span><span class="cx"> printing/media-queries-print.html
</span><span class="lines">@@ -672,159 +729,136 @@
</span><span class="cx"> ######################### Start list of r41995 failures ########################
</span><span class="cx"> ################################################################################
</span><span class="cx"> # Note: All of these tests failed in r41995
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=24810
</del><ins>+# May just need rebaseline
+webkit.org/b/24810 fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
+webkit.org/b/24810 fast/events/key-events-in-input-button.html [ Failure ]
+webkit.org/b/24810 fast/events/mouseup-from-button2.html [ Failure ]
+webkit.org/b/24810 fast/events/special-key-events-in-input-text.html [ Failure ]
+webkit.org/b/24810 fast/forms/HTMLOptionElement_label05.html [ Failure ]
+webkit.org/b/24810 fast/forms/disabled-select-change-index.html [ Failure ]
+webkit.org/b/24810 fast/forms/form-element-geometry.html [ Failure ]
+webkit.org/b/24810 fast/forms/hidden-listbox.html [ Failure ]
+webkit.org/b/24810 fast/forms/legend-access-key.html [ Failure ]
+webkit.org/b/24810 fast/forms/listbox-hit-test-zoomed.html [ Failure ]
+webkit.org/b/24810 fast/forms/listbox-scrollbar-incremental-load.html [ Failure ]
+webkit.org/b/24810 fast/forms/listbox-width-change.html [ Failure ]
+webkit.org/b/24810 fast/forms/option-strip-whitespace.html [ Failure ]
+webkit.org/b/24810 fast/forms/search-zoomed.html [ Failure ]
+webkit.org/b/24810 fast/forms/select-block-background.html [ Failure ]
+webkit.org/b/24810 fast/forms/select-change-listbox-size.html [ Failure ]
+webkit.org/b/24810 fast/forms/select-change-popup-to-listbox.html [ Failure ]
+webkit.org/b/24810 fast/forms/select-initial-position.html [ Failure ]
+webkit.org/b/24810 fast/forms/select-item-background-clip.html [ Failure ]
+webkit.org/b/24810 fast/forms/select-list-box-with-height.html [ Failure ]
+webkit.org/b/24810 js/sort-stability.html [ Failure ]
+webkit.org/b/24810 fast/loader/main-document-url-for-non-http-loads.html [ Failure ]
+webkit.org/b/24810 fast/loader/null-request-after-willSendRequest.html [ Failure ]
+webkit.org/b/24810 fast/loader/stop-provisional-loads.html [ Failure ]
+webkit.org/b/24810 fast/replaced/border-radius-clip.html [ Failure ]
+webkit.org/b/24810 fast/replaced/replaced-breaking.html [ Failure ]
+webkit.org/b/24810 fast/text/bidi-embedding-pop-and-push-same.html [ Failure ]
+webkit.org/b/24810 fast/text/complex-text-opacity.html [ Failure ]
+webkit.org/b/24810 fast/text/drawBidiText.html [ Failure Timeout ]
+fast/text/emphasis-vertical.html [ Failure ]
+fast/text/emphasis.html [ Failure ]
+fast/text/fallback-traits-fixup.html [ Failure ]
+fast/text/hyphenate-first-word.html [ Failure ]
+fast/text/hyphenate-limit-before-after.html [ Failure ]
+fast/text/hyphenate-limit-lines.html [ Failure ]
+fast/text/hyphenate-locale.html [ Failure ]
+webkit.org/b/24810 fast/text/updateNewFont.html [ Failure ]
+webkit.org/b/24810 fast/text/international/bidi-linebreak-001.html [ Failure ]
+webkit.org/b/24810 fast/text/international/bidi-linebreak-002.html [ Failure ]
+webkit.org/b/24810 fast/text/international/bidi-linebreak-003.html [ Failure ]
+webkit.org/b/24810 fast/text/international/bidi-listbox-atsui.html [ Failure ]
+webkit.org/b/24810 fast/text/international/bidi-listbox.html [ Failure ]
+fast/text/international/combining-marks-position.html [ Failure ]
+webkit.org/b/24810 fast/text/international/hindi-spacing.html [ Failure ]
+fast/text/international/text-combine-image-test.html [ Failure ]
+fast/text/orientation-sideways.html [ Failure ]
+fast/text/unicode-variation-selector.html [ Failure ]
+webkit.org/b/24810 http/tests/misc/window-dot-stop.html [ Failure ]
+webkit.org/b/24810 http/tests/xmlhttprequest/abort-should-cancel-load.html [ Failure ]
+webkit.org/b/24810 http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html [ Failure ]
+webkit.org/b/24810 http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html [ Failure ]
+webkit.org/b/24810 http/tests/xmlhttprequest/redirect-cross-origin-post-sync.html [ Failure ]
+webkit.org/b/24810 http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html [ Failure ]
+webkit.org/b/24810 http/tests/xmlhttprequest/redirect-cross-origin-sync.html [ Failure ]
+webkit.org/b/24810 plugins/netscape-destroy-plugin-script-objects.html [ Failure ]
+webkit.org/b/24810 plugins/netscape-plugin-setwindow-size-2.html [ Failure ]
+webkit.org/b/24810 security/block-test.html [ Failure ]
+webkit.org/b/24810 svg/W3C-SVG-1.1/animate-elem-30-t.svg [ Failure ]
+webkit.org/b/24810 svg/W3C-SVG-1.1/coords-viewattr-02-b.svg [ Failure ]
+webkit.org/b/24810 svg/W3C-SVG-1.1/render-elems-03-t.svg [ Failure ]
+webkit.org/b/24810 svg/batik/paints/patternRegionA.svg [ Failure ]
+webkit.org/b/24810 svg/css/getComputedStyle-basic.xhtml [ Failure ]
+webkit.org/b/24810 svg/hixie/viewbox/preserveAspectRatio/001.xml [ Failure ]
+webkit.org/b/24810 tables/mozilla/core/bloomberg.html [ Failure ]
+webkit.org/b/24810 transforms/2d/zoom-menulist.html [ Failure ]
+platform/win/fast/text/uniscribe-missing-glyph.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Failed as of 41995
-fast/canvas/canvas-gradient-addStop-error.html
-fast/dom/navigator-detached-no-crash.html
-fast/dom/HTMLDocument/hasFocus.html
-fast/events/key-events-in-input-button.html
-fast/events/mouseup-from-button2.html
-fast/events/special-key-events-in-input-text.html
-fast/forms/HTMLOptionElement_label05.html
-fast/forms/disabled-select-change-index.html
-fast/forms/form-element-geometry.html
-fast/forms/hidden-listbox.html
-fast/forms/legend-access-key.html
-fast/forms/listbox-hit-test-zoomed.html
-fast/forms/listbox-scrollbar-incremental-load.html
-fast/forms/listbox-width-change.html
-fast/forms/option-strip-whitespace.html
-fast/forms/search-zoomed.html
-fast/forms/select-block-background.html
-fast/forms/select-change-listbox-size.html
-fast/forms/select-change-popup-to-listbox.html
-fast/forms/select-initial-position.html
-fast/forms/select-item-background-clip.html
-fast/forms/select-list-box-with-height.html
-js/sort-stability.html
-fast/loader/main-document-url-for-non-http-loads.html
-fast/loader/null-request-after-willSendRequest.html
-fast/loader/stop-provisional-loads.html
-fast/replaced/border-radius-clip.html
-fast/replaced/replaced-breaking.html
-fast/text/bidi-embedding-pop-and-push-same.html
-fast/text/complex-text-opacity.html
-fast/text/drawBidiText.html
-fast/text/updateNewFont.html
-fast/text/international/bidi-linebreak-001.html
-fast/text/international/bidi-linebreak-002.html
-fast/text/international/bidi-linebreak-003.html
-fast/text/international/bidi-listbox-atsui.html
-fast/text/international/bidi-listbox.html
-fast/text/international/hindi-spacing.html
-http/tests/misc/window-dot-stop.html
-http/tests/security/dataTransfer-set-data-file-url.html
-http/tests/xmlhttprequest/abort-should-cancel-load.html
-http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html
-http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html
-http/tests/xmlhttprequest/redirect-cross-origin-post-sync.html
-http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html
-http/tests/xmlhttprequest/redirect-cross-origin-sync.html
-media/video-timeupdate-during-playback.html
-plugins/netscape-destroy-plugin-script-objects.html
-plugins/netscape-plugin-setwindow-size-2.html
-security/block-test.html
-svg/W3C-SVG-1.1/animate-elem-30-t.svg
-svg/W3C-SVG-1.1/coords-viewattr-02-b.svg
-svg/W3C-SVG-1.1/render-elems-03-t.svg
-svg/batik/paints/patternRegionA.svg
-svg/css/getComputedStyle-basic.xhtml
-svg/custom/path-bad-data.svg
-svg/custom/pattern-deep-referencing.svg
-svg/custom/preserve-aspect-ratio-syntax.svg
-svg/custom/viewbox-syntax.svg
-svg/hixie/viewbox/preserveAspectRatio/001.xml
-tables/mozilla/core/bloomberg.html
-transforms/2d/zoom-menulist.html
</del><ins>+# Timed out as of 41995. Pass now, will mark as flaky for the time being.
+webkit.org/b/24810 fast/dom/cssTarget-crash.html [ Timeout ]
+webkit.org/b/24810 fast/dom/location-new-window-no-crash.html [ Timeout ]
+webkit.org/b/24810 fast/encoding/css-cached-bom.html [ Pass Timeout ]
+webkit.org/b/24810 fast/loader/local-CSS-from-local.html [ Failure Timeout ]
+webkit.org/b/24810 fast/loader/local-JavaScript-from-local.html [ Failure Timeout ]
+webkit.org/b/24810 fast/loader/local-iFrame-source-from-local.html [ Pass Timeout ]
+webkit.org/b/24810 fast/loader/local-image-from-local.html [ Failure Timeout ]
+webkit.org/b/24810 fast/loader/user-style-sheet-resource-load-callbacks.html [ Pass Timeout ]
+webkit.org/b/24810 http/tests/security/frame-loading-via-document-write.html [ Pass Timeout ]
+webkit.org/b/24810 http/tests/security/local-CSS-from-remote.html [ Pass Timeout ]
+webkit.org/b/24810 http/tests/security/local-JavaScript-from-remote.html [ Pass Timeout ]
+webkit.org/b/24810 http/tests/security/local-iFrame-from-remote.html [ Pass Timeout ]
+webkit.org/b/24810 http/tests/security/local-image-from-remote.html [ Pass Timeout ]
+webkit.org/b/24810 http/tests/security/local-user-CSS-from-remote.html [ Pass Timeout ]
+webkit.org/b/24810 http/tests/security/originHeader/origin-header-for-https.html [ Timeout ]
+webkit.org/b/24810 plugins/npruntime/npruntime.html [ Timeout ]
</ins><span class="cx"> 
</span><del>-# Timed out as of 41995
-fast/dom/cssTarget-crash.html
-fast/dom/location-new-window-no-crash.html
-fast/encoding/css-cached-bom.html
-fast/loader/local-CSS-from-local.html
-fast/loader/local-JavaScript-from-local.html
-fast/loader/local-iFrame-source-from-local.html
-fast/loader/local-image-from-local.html
-fast/loader/user-style-sheet-resource-load-callbacks.html
-http/tests/security/frame-loading-via-document-write.html
-http/tests/security/local-CSS-from-remote.html
-http/tests/security/local-JavaScript-from-remote.html
-http/tests/security/local-iFrame-from-remote.html
-http/tests/security/local-image-from-remote.html
-http/tests/security/local-user-CSS-from-remote.html
-http/tests/security/originHeader/origin-header-for-https.html
-plugins/npruntime/npruntime.html
-
</del><span class="cx"> ################################################################################
</span><span class="cx"> ######################### End list of r41995 failures ##########################
</span><span class="cx"> ################################################################################
</span><span class="cx"> 
</span><del>-# &lt;rdar://6772112&gt; Cookies expire 1 hour too early
-fast/cookies/local-file-can-set-cookies.html
-
-# Bug 12216: Stack overflow crash in JavaScript garbage collector mark pass &lt;https://bugs.webkit.org/show_bug.cgi?id=12216&gt;
-js/dom/toString-stack-overflow.html
-
</del><span class="cx"> # Failures following r42379
</span><del>-fast/text/international/001.html
</del><ins>+fast/text/international/001.html [ Failure ]
+fast/text/international/hindi-whitespace.html [ Failure ]
+fast/text/international/khmer-selection.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# transitions/zero-duration-with-non-zero-delay-end.html sometimes fails on Windows &lt;https://bugs.webkit.org/show_bug.cgi?id=25188&gt;
-transitions/zero-duration-with-non-zero-delay-end.html
</del><ins>+# transitions/zero-duration-with-non-zero-delay-end.html sometimes fails on Windows
+webkit.org/b/25188 transitions/zero-duration-with-non-zero-delay-end.html [ Pass Failure ]
</ins><span class="cx"> 
</span><del>-# http/tests/incremental/slow-utf8-text.pl sometimes times out on Windows &lt;https://bugs.webkit.org/show_bug.cgi?id=25189&gt;
-http/tests/incremental/slow-utf8-text.pl
</del><ins>+# These sometimes time out on Windows
+webkit.org/b/25189 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ]
+webkit.org/b/25190 dom/html/level2/html/table29.html [ Pass Timeout ]
</ins><span class="cx"> 
</span><del>-# dom/html/level2/html/table29.html sometimes times out on Windows &lt;https://bugs.webkit.org/show_bug.cgi?id=25190&gt;
-dom/html/level2/html/table29.html
</del><ins>+# Some http tests crash in Debug Windows builds due to an assertion in CFNetwork when releasing a CFURLConnection
+webkit.org/b/25344 [ Debug ] http/tests/misc/redirect-to-external-url.html [ Crash ]
+webkit.org/b/25344 [ Debug ] http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# Some http tests crash in Debug Windows builds due to an assertion in CFNetwork when releasing a CFURLConnection &lt;https://bugs.webkit.org/show_bug.cgi?id=25344&gt;
-http/tests/misc/redirect-to-external-url.html
-http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html
-
</del><span class="cx"> # Plain text controller currently in Mac DumpRenderTree only.
</span><del>-editing/text-iterator
</del><ins>+editing/text-iterator [ Failure ]
</ins><span class="cx"> 
</span><del>-# Bug 25483: http/tests/navigation/redirect-cycle.html sometimes times out on Windows &lt;https://bugs.webkit.org/show_bug.cgi?id=25483&gt;
-http/tests/navigation/redirect-cycle.html
</del><ins>+# Bug 25483: http/tests/navigation/redirect-cycle.html sometimes times out on Windows
+webkit.org/b/25483 http/tests/navigation/redirect-cycle.html [ Pass Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # disable until 25220 is fixed: Loading a .ogv file into Safari downloads the file instead of playing it in a media document, even if XiphQT is installed (25220)
</span><del>-media/video-click-dblckick-standalone.html
-media/video-document-types.html
</del><ins>+webkit.org/b/25220 media/video-click-dblckick-standalone.html [ WontFix ]
+webkit.org/b/25220 media/video-document-types.html [ WontFix ]
</ins><span class="cx"> 
</span><del>-# Bug 25583: New SVG regression tests added in r43269 fail on Windows &lt;https://bugs.webkit.org/show_bug.cgi?id=25583&gt;
-svg/transforms/text-with-pattern-inside-transformed-html.xhtml
-svg/transforms/text-with-pattern-with-svg-transform.svg
-
-# Bug 25792: fast/encoding/percent-escaping.html times out on Windows &lt;https://bugs.webkit.org/show_bug.cgi?id=25792&gt;
-fast/encoding/percent-escaping.html
-
-# Bug 25794: fast/replaced/table-percent-height-text-controls fails on Windows &lt;https://bugs.webkit.org/show_bug.cgi?id=25794&gt;
-fast/replaced/table-percent-height-text-controls.html
-
</del><ins>+webkit.org/b/25792 fast/encoding/percent-escaping.html [ Pass Timeout ]
</ins><span class="cx"> # Bug 26481: Implement layoutTestController.dispatchPendingLoadRequests &lt;https://bugs.webkit.org/show_bug.cgi?id=26481&gt;
</span><span class="cx"> http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/7091605&gt; http/tests/cache/subresource-expiration.html fails intermittently
</span><del>-http/tests/cache/subresource-expiration-1.html
-http/tests/cache/subresource-expiration-2.html
</del><ins>+http/tests/cache/subresource-expiration-1.html [ Pass Failure ]
+http/tests/cache/subresource-expiration-2.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Try and get Windows buildbots back in green
</span><span class="cx"> # FIXME: File bugs and examine these tests
</span><del>-fast/css/pseudo-cache-stale.html
-fast/events/frame-click-focus.html
-fast/text/international/hindi-whitespace.html
-fast/text/international/khmer-selection.html
-http/tests/history/back-to-post.php
-http/tests/xmlhttprequest/cache-override.html
-http/tests/xmlhttprequest/cross-origin-no-authorization.html
-media/video-empty-source.html
-fast/events/frame-programmatic-focus.html
</del><ins>+http/tests/xmlhttprequest/cache-override.html [ Failure ]
+http/tests/xmlhttprequest/cross-origin-no-authorization.html [ Failure ]
+media/video-empty-source.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# New test with questionable results
-# See https://bugs.webkit.org/show_bug.cgi?id=28079 for explanation.
-fast/forms/menulist-style-color.html
-
</del><span class="cx"> # &lt;rdar://7127902&gt; http/tests/misc/favicon-loads-with-images-disabled.html crashes on Windows debug
</span><span class="cx"> http/tests/misc/favicon-loads-with-images-disabled.html
</span><span class="cx"> 
</span><span class="lines">@@ -838,36 +872,25 @@
</span><span class="cx"> fast/notifications
</span><span class="cx"> http/tests/notifications
</span><span class="cx"> 
</span><del>-# These media tests regressed on the bots.  Skipping to make the bots green again.
-# https://bugs.webkit.org/show_bug.cgi?id=28281
-media/video-loop.html
-media/video-seek-past-end-playing.html
-media/video-played-collapse.html
-# These two crash from the same regression.
-media/unsupported-rtsp.html
-media/video-source-error.html
</del><ins>+webkit.org/b/28467 http/tests/loading/preload-img-test.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# &lt;http://webkit.org/b/28467&gt;
-http/tests/loading/preload-img-test.html
-
</del><span class="cx"> # Failing media tests on windows &lt;http://webkit.org/b/29047&gt;
</span><del>-media/audio-delete-while-step-button-clicked.html
-media/video-controls-transformed.html
-media/video-controls-zoomed.html
</del><ins>+webkit.org/b/29047 media/audio-delete-while-step-button-clicked.html [ Failure ]
+webkit.org/b/29047 media/video-controls-transformed.html [ Failure ]
+webkit.org/b/29047 media/video-controls-zoomed.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # This test requires media controls has a volume slider.
</span><del>-media/video-volume-slider.html
</del><ins>+media/video-volume-slider.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Mixed content tests failing on Windows &lt;http://webkit.org/b/29213&gt;
-http/tests/security/mixedContent
</del><ins>+# Mixed content tests failing on Windows
+webkit.org/b/29213 http/tests/security/mixedContent [ Failure ]
</ins><span class="cx"> 
</span><del>-# &lt;https://bugs.webkit.org/show_bug.cgi?id=29057&gt;
-editing/pasteboard/files-during-page-drags.html
</del><ins>+webkit.org/b/29057 editing/pasteboard/files-during-page-drags.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # &lt;https://bugs.webkit.org/show_bug.cgi?id=29287&gt;
</span><del>-http/tests/local/fileapi
-http/tests/local/blob/send-hybrid-blob.html
-http/tests/local/formdata
</del><ins>+webkit.org/b/29287 http/tests/local/fileapi [ Failure ]
+webkit.org/b/29287 http/tests/local/blob/send-hybrid-blob.html [ Failure ]
+webkit.org/b/29287 http/tests/local/formdata [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Need Blob.slice support
</span><span class="cx"> http/tests/local/blob/send-sliced-data-blob.html
</span><span class="lines">@@ -880,12 +903,8 @@
</span><span class="cx"> # CSS Device Adaptation is not enabled.
</span><span class="cx"> webkit.org/b/95959 css3/device-adapt
</span><span class="cx"> 
</span><del>-# &lt;https://bugs.webkit.org/show_bug.cgi?id=29289&gt;
-plugins/destroy-during-npp-new.html
</del><ins>+webkit.org/b/29289 plugins/destroy-during-npp-new.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# &lt;https://bugs.webkit.org/show_bug.cgi?id=29353&gt;
-http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html
-
</del><span class="cx"> # This port doesn't support detecting slow unload handlers.
</span><span class="cx"> fast/dom/Window/slow-unload-handler.html
</span><span class="cx"> fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
</span><span class="lines">@@ -896,11 +915,8 @@
</span><span class="cx"> # This test has never passed on Windows (https://bugs.webkit.org/show_bug.cgi?id=30234)
</span><span class="cx"> platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html
</span><span class="cx"> 
</span><del>-# Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830
-fast/multicol/single-line.html
-
</del><span class="cx"> # Needs rebaseline
</span><del>-js/dom/constructor-length.html
</del><ins>+js/dom/constructor-length.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Need to add functionality to DumpRenderTree to handle error pages
</span><span class="cx"> fast/history/back-forward-reset-after-error-handling.html
</span><span class="lines">@@ -909,18 +925,15 @@
</span><span class="cx"> compositing/webgl/webgl-background-color.html
</span><span class="cx"> compositing/webgl/webgl-reflection.html
</span><span class="cx"> 
</span><del>-# validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959
-fast/forms/validationMessage.html
-
</del><span class="cx"> # Need to implement this in plugins code in WebKit
</span><span class="cx"> plugins/reloadplugins-and-pages.html
</span><span class="cx"> plugins/reloadplugins-no-pages.html
</span><span class="cx"> 
</span><span class="cx"> # This test requires ogg codecs
</span><del>-media/media-can-play-ogg.html
</del><ins>+media/media-can-play-ogg.html [ WontFix ]
</ins><span class="cx"> 
</span><span class="cx"> # This test requires flac codec
</span><del>-media/media-can-play-flac-audio.html
</del><ins>+media/media-can-play-flac-audio.html [ WontFix ]
</ins><span class="cx"> 
</span><span class="cx"> # These tests require touch support
</span><span class="cx"> fast/events/touch
</span><span class="lines">@@ -928,16 +941,14 @@
</span><span class="cx"> # No button tracked
</span><span class="cx"> fast/events/mouseover-button.html
</span><span class="cx"> 
</span><del>-# XSS auditor tests intermittently time out &lt;http://webkit.org/b/32528&gt;
-http/tests/security/xss-DENIED-getSVGDocument-iframe.html
-http/tests/security/xss-DENIED-getSVGDocument-object.html
</del><ins>+# XSS auditor tests intermittently time out
+webkit.org/b/32528 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Pass Timeout ]
+webkit.org/b/32528 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Pass Timeout ]
</ins><span class="cx"> 
</span><del>-# http://webkit.org/b/32532 - Time out
-http/tests/navigation/dynamic-iframe-dynamic-form-back-entry.html
-http/tests/navigation/parsed-iframe-dynamic-form-back-entry.html
</del><ins>+webkit.org/b/32532 http/tests/navigation/dynamic-iframe-dynamic-form-back-entry.html [ Timeout ]
+webkit.org/b/32532 http/tests/navigation/parsed-iframe-dynamic-form-back-entry.html [ Timeout ]
</ins><span class="cx"> 
</span><del>-# Crashes debug slave, see https://bugs.webkit.org/show_bug.cgi?id=33155
-fast/frames/iframe-onload-remove-self-no-crash.html
</del><ins>+webkit.org/b/33155 [ Debug ] fast/frames/iframe-onload-remove-self-no-crash.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # FIXME: This is the wrong test to skip.  It is believed some other test is affecting this test results.
</span><span class="cx"> # See https://bugs.webkit.org/show_bug.cgi?id=33374
</span><span class="lines">@@ -946,31 +957,18 @@
</span><span class="cx"> # Just needs pixel and rendering results generated by someone with this platform:
</span><span class="cx"> fast/css/non-standard-checkbox-size.html
</span><span class="cx"> 
</span><del>-# Skip Geolocation until https://bugs.webkit.org/show_bug.cgi?id=34025 is landed
-fast/dom/Window/window-properties-geolocation.html
-
</del><span class="cx"> # Needs to pass cookies to the media player
</span><span class="cx"> webkit.org/b/33954 http/tests/media/video-cookie.html
</span><span class="cx"> 
</span><span class="cx"> # Relies on WebKit API [WebView _loadBackForwardListFromOtherView:]
</span><span class="cx"> fast/loader/crash-copying-backforwardlist.html
</span><span class="cx"> 
</span><del>-# Fails on Windows
-# https://bugs.webkit.org/show_bug.cgi?id=34447
-http/tests/media/video-referer.html
</del><ins>+webkit.org/b/34447 http/tests/media/video-referer.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# http/tests/security/xss-DENIED-window-open-javascript-url.html timed out on Windows Debug Bot
-# https://bugs.webkit.org/show_bug.cgi?id=33349
-http/tests/security/xss-DENIED-window-open-javascript-url.html
</del><ins>+fast/frames/flattening/frameset-flattening-simple.html [ Failure ]
+fast/frames/flattening/scrolling-in-object.html [ Failure ]
+fast/text-autosizing/narrow-iframe-flattened.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><del>-# Skip frame flattening tests until it can be tested by this DRT
-# https://bugs.webkit.org/show_bug.cgi?id=32717
-fast/frames/flattening/
-fast/text-autosizing/narrow-iframe-flattened.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=34933
-media/video-display-aspect-ratio.html
-
</del><span class="cx"> # Accept header is handled by the browser
</span><span class="cx"> http/tests/misc/image-checks-for-accept.html
</span><span class="cx"> 
</span><span class="lines">@@ -988,23 +986,23 @@
</span><span class="cx"> # For some reason crashes when run with all tests. Passes individually.
</span><span class="cx"> fast/forms/multiple-form-submission-protection-mouse.html
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=36002
</del><span class="cx"> # mouseScrollBy() and continuousMouseScrollBy() are not yet implemented in the Windows EventSender API.
</span><del>-fast/events/remove-child-onscroll.html
-fast/events/platform-wheelevent-in-scrolling-div.html
-fast/events/platform-wheelevent-with-delta-zero-crash.html
-fast/events/continuous-platform-wheelevent-in-scrolling-div.html
-fast/events/wheelevent-direction-inverted-from-device.html
-fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
-fast/events/wheelevent-in-text-node.html
-fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
-fast/forms/search/search-scroll-hidden-decoration-container-crash.html
-fast/repaint/overflow-auto-in-overflow-auto-scrolled.html
-fast/repaint/overflow-scroll-in-overflow-scroll-scrolled.html
-fast/repaint/table-overflow-auto-in-overflow-auto-scrolled.html
-fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html
-scrollbars/scrollevent-iframe-no-scrolling-wheel.html
-scrollbars/scroll-rtl-or-bt-layer.html
</del><ins>+webkit.org/b/36002 fast/events/remove-child-onscroll.html
+webkit.org/b/36002 fast/events/platform-wheelevent-in-scrolling-div.html
+webkit.org/b/36002 fast/events/platform-wheelevent-with-delta-zero-crash.html
+webkit.org/b/36002 fast/events/continuous-platform-wheelevent-in-scrolling-div.html
+webkit.org/b/36002 fast/events/scroll-in-scaled-page-with-overflow-hidden.html
+webkit.org/b/36002 fast/events/wheelevent-direction-inverted-from-device.html
+webkit.org/b/36002 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
+webkit.org/b/36002 fast/events/wheelevent-in-text-node.html
+webkit.org/b/36002 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
+webkit.org/b/36002 fast/forms/search/search-scroll-hidden-decoration-container-crash.html
+webkit.org/b/36002 fast/repaint/overflow-auto-in-overflow-auto-scrolled.html
+webkit.org/b/36002 fast/repaint/overflow-scroll-in-overflow-scroll-scrolled.html
+webkit.org/b/36002 fast/repaint/table-overflow-auto-in-overflow-auto-scrolled.html
+webkit.org/b/36002 fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html
+webkit.org/b/36002 scrollbars/scrollevent-iframe-no-scrolling-wheel.html
+webkit.org/b/36002 scrollbars/scroll-rtl-or-bt-layer.html
</ins><span class="cx"> 
</span><span class="cx"> # Windows port doesn't yet support rendering of non-BMP characters even though there's a font available.
</span><span class="cx"> fast/text/international/plane2.html
</span><span class="lines">@@ -1012,16 +1010,13 @@
</span><span class="cx"> # Requires testRunner.setMediaType() and implementation
</span><span class="cx"> fast/media/print-restores-previous-mediatype.html
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=35973
-fast/multicol/hit-test-above-or-below.html
</del><ins>+webkit.org/b/35973 fast/multicol/hit-test-above-or-below.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Needs progress element support
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=49769
-fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html
-fast/dom/HTMLProgressElement
-fast/forms/form-attribute.html
</del><ins>+webkit.org/b/49769 fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html [ Failure ]
+webkit.org/b/49769 fast/dom/HTMLProgressElement [ Failure ]
+webkit.org/b/49769 fast/forms/form-attribute.html [ Failure ]
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> # VIEW_MODE_CSS_MEDIA is not enabled on Windows.
</span><span class="cx"> # DumpRenderTree requires testRunner.setViewModeMediaFeature()
</span><span class="cx"> fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1035,31 +1030,38 @@
</span><span class="cx"> # Needs layoutTestController.enableAutoResizeMode()
</span><span class="cx"> fast/autoresize
</span><span class="cx"> 
</span><del>-# Need expectations. See https://bugs.webkit.org/show_bug.cgi?id=36461
-fast/repaint/overflow-scroll-body-appear.html
-
</del><span class="cx"> # Need to add functionality to DumpRenderTree to handle scrollbar policy changes
</span><span class="cx"> fast/overflow/scrollbar-restored-and-then-locked.html
</span><span class="cx"> 
</span><del>-# &lt;http://webkit.org/b/37096&gt; http/tests/security/xss-DENIED-iframe-src-alias.html sometimes times out on Windows
-http/tests/security/xss-DENIED-iframe-src-alias.html
</del><ins>+# Sometimes times out on Windows
+webkit.org/b/37096 http/tests/security/xss-DENIED-iframe-src-alias.html [ Pass Timeout ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=38376
-media/media-document-audio-size.html
</del><ins>+webkit.org/b/38376 media/media-document-audio-size.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=38794 - contains an ALERT message, indicating a failure
-fast/css/display-none-inline-style-change-crash.html
-
</del><span class="cx"> # New canvas test suite from http://philip.html5.org/tests/canvas/suite/tests/
</span><del>-canvas/philip
</del><ins>+webkit.org/b/128981 canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.gradient.interpolate.colouralpha.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.gradient.radial.cone.front.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.gradient.radial.cone.top.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.gradient.radial.inside2.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.gradient.radial.inside3.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.gradient.radial.outside1.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.line.cap.closed.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.line.miter.lineedge.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.path.arcTo.collinear.2.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.path.arcTo.collinear.3.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.shadow.enable.blur.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.shadow.enable.x.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.shadow.enable.y.html [ Failure ]
+webkit.org/b/128981 canvas/philip/tests/2d.strokeRect.zero.4.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Need to dump context menu items on eventSender.contextClick(true).
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=39104
-editing/spelling/context-menu-suggestions.html
</del><ins>+webkit.org/b/39104 editing/spelling/context-menu-suggestions.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # eventSender.contextClick() needs to return a JS array of the context menu items.
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=62597
-editing/pasteboard/copy-standalone-image-crash.html
</del><ins>+webkit.org/b/62597 editing/pasteboard/copy-standalone-image-crash.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # textInputController.hasGrammarMarkers() is not implemented.
</span><span class="cx"> editing/spelling/grammar.html
</span><span class="lines">@@ -1072,8 +1074,7 @@
</span><span class="cx"> editing/spelling/spellcheck-paste-disabled.html
</span><span class="cx"> 
</span><span class="cx"> # Replacement text for misspelling is not given.
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=77934
-editing/spelling/spelling-marker-description.html
</del><ins>+webkit.org/b/77934 editing/spelling/spelling-marker-description.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # IndexedDB is not yet enabled.
</span><span class="cx"> storage/indexeddb
</span><span class="lines">@@ -1119,49 +1120,46 @@
</span><span class="cx"> js/dom/function-length.html
</span><span class="cx"> 
</span><span class="cx"> # These tests fail when showModalDialog is unsupported, even though they don't
</span><del>-# rely on it directly http://webkit.org/b/53676
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.html
-sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.html
</del><ins>+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.html [ Failure ]
+webkit.org/b/53676 sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # LayoutTestController::isPageBoxVisible, pageAreaRectInPixels, and preferredPageSizeInPixels are not implemented yet for WIN.
</span><span class="cx"> printing/page-format-data.html
</span><span class="cx"> 
</span><span class="cx"> # Implement spinbutton support in RenderThemeSafari
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=54662
-fast/forms/number/number-appearance-rtl.html
-fast/forms/number/number-appearance-spinbutton-disabled-readonly.html
-fast/forms/number/number-appearance-spinbutton-layer.html
-fast/forms/number/number-appearance-spinbutton-visibility.html
-fast/forms/number/number-spinbutton-change-and-input-events.html
-fast/forms/number/number-large-padding.html
-fast/forms/number/number-size.html
-fast/forms/number/number-spinbutton-capturing.html
-fast/forms/number/number-spinbutton-click-in-iframe.html
-fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html
-fast/forms/number/number-spinbutton-state.html
-fast/forms/number/number-spinbutton-in-multi-column.html
</del><ins>+webkit.org/b/54662 fast/forms/number/number-appearance-rtl.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-appearance-spinbutton-disabled-readonly.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-appearance-spinbutton-layer.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-appearance-spinbutton-visibility.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-spinbutton-change-and-input-events.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-large-padding.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-size.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-spinbutton-capturing.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-spinbutton-click-in-iframe.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-spinbutton-state.html [ Failure ]
+webkit.org/b/54662 fast/forms/number/number-spinbutton-in-multi-column.html [ Failure ]
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> # Datalist is not yet enabled.
</span><span class="cx"> fast/forms/datalist
</span><span class="cx"> 
</span><span class="lines">@@ -1169,13 +1167,12 @@
</span><span class="cx"> fast/forms/color
</span><span class="cx"> 
</span><span class="cx"> # ENABLE_INPUT_TYPE_* are not enabled.
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=29359
-fast/forms/date
-fast/forms/datetime
-fast/forms/datetimelocal
-fast/forms/month
-fast/forms/time
-fast/forms/week
</del><ins>+webkit.org/b/29359 fast/forms/date [ Failure ]
+webkit.org/b/29359 fast/forms/datetime [ Failure ]
+webkit.org/b/29359 fast/forms/datetimelocal [ Failure ]
+webkit.org/b/29359 fast/forms/month [ Failure ]
+webkit.org/b/29359 fast/forms/time [ Failure ]
+webkit.org/b/29359 fast/forms/week [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # ENABLE_GAMEPAD not enabled.
</span><span class="cx"> gamepad/
</span><span class="lines">@@ -1190,9 +1187,6 @@
</span><span class="cx"> fast/mediastream
</span><span class="cx"> fast/events/constructors/media-stream-event-constructor.html
</span><span class="cx"> 
</span><del>-# Needs to be fixed at image decoder layer for Safari.
-fast/images/large-size-image-crash.html
-
</del><span class="cx"> # DOM4_EVENTS_CONSTRUCTOR is not yet enabled.
</span><span class="cx"> fast/events/constructors/ui-event-constructor.html
</span><span class="cx"> fast/events/constructors/mouse-event-constructor.html
</span><span class="lines">@@ -1202,19 +1196,18 @@
</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>-# https://bugs.webkit.org/show_bug.cgi?id=41800
-userscripts/user-script-all-frames.html
-userscripts/user-script-top-frame-only.html
-userscripts/user-style-all-frames.html
-userscripts/user-style-top-frame-only.html
</del><ins>+webkit.org/b/41800 userscripts/user-script-all-frames.html [ Failure ]
+webkit.org/b/41800 userscripts/user-script-top-frame-only.html [ Failure ]
+webkit.org/b/41800 userscripts/user-style-all-frames.html [ Failure ]
+webkit.org/b/41800 userscripts/user-style-top-frame-only.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Directory upload is not enabled.
</span><span class="cx"> fast/forms/file/input-file-directory-upload.html
</span><span class="cx"> 
</span><span class="cx"> # Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011
</span><del>-printing/setPrinting.html
-printing/single-line-must-not-be-split-into-two-pages.html
-printing/width-overflow.html
</del><ins>+webkit.org/b/20011 printing/setPrinting.html [ Failure ]
+webkit.org/b/20011 printing/single-line-must-not-be-split-into-two-pages.html [ Failure ]
+webkit.org/b/20011 printing/width-overflow.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Need to call Settings::setInteractiveFormValidationEnabled(true).
</span><span class="cx"> fast/forms/interactive-validation-prevented.html
</span><span class="lines">@@ -1234,30 +1227,27 @@
</span><span class="cx"> fast/forms/validation-message-on-textarea.html
</span><span class="cx"> 
</span><span class="cx"> # Web Timing is not enabled.
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=42435
-fast/dom/Window/window-properties-performance.html
-fast/dom/Window/web-timing-minimal-performance-now.html
-fast/dom/navigation-type-back-forward.html
-fast/dom/navigation-type-navigate.html
-fast/dom/navigation-type-reload.html
-fast/dom/webtiming.html
-fast/dom/webtiming-document-open.html
-fast/dom/webtiming-navigate-within-document.html
-http/tests/misc/webtiming-origins.html
-http/tests/misc/webtiming-one-redirect.php
-http/tests/misc/webtiming-slow-load.php
-http/tests/misc/webtiming-ssl.php
-http/tests/misc/webtiming-two-redirects.php
-http/tests/w3c/webperf
-fast/performance/
</del><ins>+webkit.org/b/42435 fast/dom/Window/window-properties-performance.html [ Failure ]
+webkit.org/b/42435 fast/dom/Window/web-timing-minimal-performance-now.html [ Failure ]
+webkit.org/b/42435 fast/dom/navigation-type-back-forward.html [ Failure ]
+webkit.org/b/42435 fast/dom/navigation-type-navigate.html [ Failure ]
+webkit.org/b/42435 fast/dom/navigation-type-reload.html [ Failure ]
+webkit.org/b/42435 fast/dom/webtiming.html [ Failure ]
+webkit.org/b/42435 fast/dom/webtiming-document-open.html [ Failure ]
+webkit.org/b/42435 fast/dom/webtiming-navigate-within-document.html [ Failure ]
+webkit.org/b/42435 http/tests/misc/webtiming-origins.html [ Failure ]
+webkit.org/b/42435 http/tests/misc/webtiming-one-redirect.php [ Failure ]
+webkit.org/b/42435 http/tests/misc/webtiming-slow-load.php [ Failure ]
+webkit.org/b/42435 http/tests/misc/webtiming-ssl.php [ Failure ]
+webkit.org/b/42435 http/tests/misc/webtiming-two-redirects.php [ Failure ]
+webkit.org/b/42435 http/tests/w3c/webperf [ Failure ]
+webkit.org/b/42435 fast/performance/ [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=85558
-http/tests/security/contentSecurityPolicy/1.1
</del><ins>+webkit.org/b/85558 http/tests/security/contentSecurityPolicy/1.1 [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Still working out flakiness issues with the perf tests.
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=44199
-perf/
</del><ins>+webkit.org/b/44199 perf/ [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Application Cache Quotas
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=43458
</span><span class="lines">@@ -1280,22 +1270,14 @@
</span><span class="cx"> # requires video.buffered to be able to return multiple timeranges
</span><span class="cx"> http/tests/media/video-buffered.html
</span><span class="cx"> 
</span><del>-# Text Autosizing is not enabled (http://webkit.org/b/84186).
-fast/text-autosizing
</del><ins>+# Text Autosizing is not enabled
+webkit.org/b/84186 fast/text-autosizing [ Skip ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=45983
-media/media-can-play-mpeg4-video.html
</del><ins>+webkit.org/b/45603 http/tests/media/video-served-as-text.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=46111
-http/tests/media/video-served-as-text.html
-
</del><span class="cx"> # Pre-HMTL5 parser quirks only apply to the mac port for now.
</span><span class="cx"> fast/parser/pre-html5-parser-quirks.html
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=46223
-# The WebKit plugin implementation does not support iframe shims.
-plugins/iframe-shims.html
-
</del><span class="cx"> # Requires WebP support.
</span><span class="cx"> fast/canvas/canvas-toDataURL-webp.html
</span><span class="cx"> fast/images/webp-image-decoding.html
</span><span class="lines">@@ -1305,8 +1287,8 @@
</span><span class="cx"> http/tests/images/webp-partial-load.html
</span><span class="cx"> http/tests/images/webp-progressive-load.html
</span><span class="cx"> 
</span><del>-# Missing layoutTestController.findString() http://webkit.org/b/50234
-editing/text-iterator/findString.html
</del><ins>+# Missing layoutTestController.findString()
+webkit.org/b/50234 editing/text-iterator/findString.html
</ins><span class="cx"> 
</span><span class="cx"> # The following tests requires the DRT's dumpUserGestureInFrameLoadCallbacks
</span><span class="cx"> # method. But that method is not implemented in win port since win port can't
</span><span class="lines">@@ -1315,15 +1297,12 @@
</span><span class="cx"> fast/frames/location-redirect-user-gesture.html
</span><span class="cx"> fast/frames/meta-refresh-user-gesture.html
</span><span class="cx"> 
</span><del>-# For https://bugs.webkit.org/show_bug.cgi?id=50758
</del><span class="cx"> # These require DRT setSerializeHTTPLoads implementation to be reliable.
</span><del>-http/tests/local/link-stylesheet-load-order.html
-http/tests/local/link-stylesheet-load-order-preload.html
-fast/preloader/document-write.html
-fast/preloader/document-write-2.html
</del><ins>+webkit.org/b/50758 http/tests/local/link-stylesheet-load-order.html
+webkit.org/b/50758 http/tests/local/link-stylesheet-load-order-preload.html
+webkit.org/b/50758 fast/preloader/scan-body-from-head-script.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=50994
-fast/loader/user-stylesheet-fast-path.html
</del><ins>+webkit.org/b/50994 fast/loader/user-stylesheet-fast-path.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # DRT does not support toggling caret browsing on / off
</span><span class="cx"> editing/selection/caret-mode-paragraph-keys-navigation.html
</span><span class="lines">@@ -1331,12 +1310,11 @@
</span><span class="cx"> # DRT does not obey addURLToRedirect
</span><span class="cx"> http/tests/loading/cross-origin-XHR-willLoadRequest.html
</span><span class="cx"> 
</span><del>-# Uses showModalDialog (https://bugs.webkit.org/show_bug.cgi?id=53675)
-fast/animation/request-animation-frame-during-modal.html
</del><ins>+# Uses showModalDialog
+webkit.org/b/53675 fast/animation/request-animation-frame-during-modal.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=55921
</del><span class="cx"> # Windows port doesn't support HTML in pastes.
</span><del>-editing/pasteboard/onpaste-text-html-types.html
</del><ins>+webkit.org/b/55921 editing/pasteboard/onpaste-text-html-types.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # DataTransferItems is not yet implemented.
</span><span class="cx"> editing/pasteboard/data-transfer-items.html
</span><span class="lines">@@ -1362,48 +1340,13 @@
</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>-# https://bugs.webkit.org/show_bug.cgi?id=56167
-http/tests/media/reload-after-dialog.html
-http/tests/media/remove-while-loading.html
</del><ins>+webkit.org/b/56167 http/tests/media/reload-after-dialog.html [ Failure ]
+webkit.org/b/56167 http/tests/media/remove-while-loading.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=56347
-fast/html/details-add-summary-1-and-click.html
-fast/html/details-add-summary-2-and-click.html
-fast/html/details-add-summary-3-and-click.html
-fast/html/details-add-summary-4-and-click.html
-fast/html/details-add-summary-5-and-click.html
-fast/html/details-add-summary-6-and-click.html
-fast/html/details-add-summary-7-and-click.html
-fast/html/details-add-summary-8-and-click.html
-fast/html/details-add-summary-9-and-click.html
-fast/html/details-add-summary-10-and-click.html
-fast/html/details-remove-summary-1-and-click.html
-fast/html/details-remove-summary-2-and-click.html
-fast/html/details-remove-summary-3-and-click.html
-fast/html/details-remove-summary-4-and-click.html
-fast/html/details-remove-summary-5-and-click.html
-fast/html/details-remove-summary-6-and-click.html
</del><ins>+webkit.org/b/57693 plugins/windowless_plugin_paint_test.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=61633
-editing/pasteboard/smart-paste-004.html
</del><ins>+webkit.org/b/58421 svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=57693
-plugins/windowless_plugin_paint_test.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=58421
-svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg
-
-# scalePage is currently Mac-specific WebKit API. http://webkit.org/b/59098
-fast/dom/Element/scale-page-bounding-client-rect.html
-fast/dom/Element/scale-page-client-rects.html
-fast/dom/Range/scale-page-bounding-client-rect.html
-fast/dom/Range/scale-page-client-rects.html
-fast/repaint/background-scaling.html
-fast/repaint/scale-page-shrink.html
-fast/transforms/selection-bounds-in-transformed-view.html
-fast/events/scroll-in-scaled-page-with-overflow-hidden.html
-compositing/scaling/tiled-layer-recursion.html
-
</del><span class="cx"> # Quota API is not supported.
</span><span class="cx"> storage/storageinfo-missing-arguments.html
</span><span class="cx"> storage/storageinfo-no-callbacks.html
</span><span class="lines">@@ -1421,29 +1364,18 @@
</span><span class="cx"> fast/dom/HTMLAnchorElement/anchor-download-unset.html
</span><span class="cx"> 
</span><span class="cx"> # Expose title direction in WebKit API
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=58845
-fast/dom/title-directionality.html
</del><ins>+webkit.org/b/58845 fast/dom/title-directionality.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Timing out for unknown reasons.  Passes on Chromium, QT and GTK+.
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=58924
-plugins/mouse-click-iframe-to-plugin.html
</del><ins>+webkit.org/b/58924 plugins/mouse-click-iframe-to-plugin.html
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=59062
-fast/images/animated-gif-restored-from-bfcache.html
</del><ins>+webkit.org/b/59062 fast/images/animated-gif-restored-from-bfcache.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Causes the next test to fail http://webkit.org/b/59099
-http/tests/security/contentSecurityPolicy/frame-src-blocked.html
</del><ins>+webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nopassword.html
+webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nouser.html
</ins><span class="cx"> 
</span><del>-# Times out https://bugs.webkit.org/show_bug.cgi?id=59324
-media/invalid-media-url-crash.html
-
-# Times out in Debug builds http://webkit.org/b/51596
-http/tests/xmlhttprequest/basic-auth-nopassword.html
-http/tests/xmlhttprequest/basic-auth-nouser.html
-
</del><span class="cx"> # HTTP 204 (No Content) should be ignored
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=60206
-http/tests/navigation/response204.html
</del><ins>+webkit.org/b/60206 http/tests/navigation/response204.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Unskip after implementing LayoutTestController::setDefersLoading and ::goBack.
</span><span class="cx"> loader/navigation-while-deferring-loads.html
</span><span class="lines">@@ -1460,46 +1392,46 @@
</span><span class="cx"> fast/images/webgl-teximage2d.html
</span><span class="cx"> webgl
</span><span class="cx"> 
</span><del>-#webkit.org/b/62024 http/tests/media/video-cross-site.html [ Failure ] # Currently crashing
</del><ins>+# CSS Grid Layout is not yet enabled.
+webkit.org/b/60731 fast/css-grid-layout
</ins><span class="cx"> 
</span><del>-
-# CSS Grid Layout is not yet enabled. http://webkit.org/b/60731
-fast/css-grid-layout
-
</del><span class="cx"> # &lt;style scoped&gt; is not yet enabled. http://webkit.org/b/49142
</span><del>-fast/css/style-scoped
</del><ins>+webkit.org/b/49142 fast/css/style-scoped
</ins><span class="cx"> 
</span><span class="cx"> # ENABLE(SHADOW_DOM) is disabled.
</span><span class="cx"> editing/shadow
</span><span class="cx"> fast/dom/shadow
</span><ins>+fast/dom/HTMLTemplateElement/cycles-in-shadow.html
</ins><span class="cx"> 
</span><span class="cx"> # ENABLE(TEMPLATE_ELEMENT) is disabled.
</span><del>-fast/dom/HTMLTemplateElement
-html5lib/generated/run-template-data.html
-html5lib/generated/run-template-write.html
-fast/xsl/xslt-xhtml-template.xml
-fast/xpath/xpath-template-element.html
-fast/xsl/xslt-processor-template.html
-imported/w3c/html-templates
</del><ins>+fast/dom/HTMLTemplateElement/innerHTML-inert.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
-http/tests/security/isolatedWorld/cross-origin-xhr.html
</del><ins>+# JSC does not support setIsolatedWorldSecurityOrigin
+webkit.org/b/61540 http/tests/security/isolatedWorld/cross-origin-xhr.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
-fast/exclusions
</del><ins>+# CSS Exclusions support not yet enabled.
+webkit.org/b/57311 fast/exclusions
</ins><span class="cx"> 
</span><del>-# Causes a SyntaxError (http://webkit.org/b/62595).
-fast/workers/worker-crash-with-invalid-location.html
</del><ins>+webkit.org/b/62595 fast/workers/worker-crash-with-invalid-location.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Need to implement getFormValue().
</span><del>-plugins/form-value.html
</del><ins>+plugins/form-value.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Needs generated results
</span><del>-css3/selectors3
</del><ins>+css3/selectors3/html/css3-modsel-24.html [ Failure ]
+css3/selectors3/html/css3-modsel-68.html [ Failure ]
+css3/selectors3/xhtml/css3-modsel-24.xml [ Failure ]
+css3/selectors3/xhtml/css3-modsel-68.xml [ Failure ]
+css3/selectors3/xml/css3-modsel-24.xml [ Failure ]
+css3/selectors3/xml/css3-modsel-68.xml [ Failure ]
</ins><span class="cx"> 
</span><ins>+# Flaky selector behavior:
+css3/selectors3/xhtml [ Timeout Failure Pass ]
+css3/selectors3/html [ Timeout Failure Pass ]
+css3/selectors3/xml [ Timeout Failure Pass ]
+
</ins><span class="cx"> # For now, Web Audio tests are disabled
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=86914
-webaudio/
</del><ins>+webkit.org/b/86914 webaudio/
</ins><span class="cx"> 
</span><span class="cx"> # ENABLE(DRAGGABLE_REGION) is disabled
</span><span class="cx"> fast/css/draggable-region-parser.html
</span><span class="lines">@@ -1534,29 +1466,27 @@
</span><span class="cx"> webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Tests for MediaSource API. Feature is not yet functional.
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=64731
-http/tests/media/media-source/
</del><ins>+webkit.org/b/64731 http/tests/media/media-source/ [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Encrypted Media Extensions are not enabled.
</span><del>-media/encrypted-media/
-fast/events/constructors/media-key-event-constructor.html
</del><ins>+media/encrypted-media/ [ Skip ]
+fast/events/constructors/media-key-event-constructor.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Font feature settings is not implemented.
</span><span class="cx"> css3/font-feature-settings-rendering.html
</span><span class="cx"> 
</span><del>-# Need DRT change: https://bugs.webkit.org/show_bug.cgi?id=66620
-editing/spelling/spelling-insert-html.html
</del><ins>+# Need DRT change
+webkit.org/b/66620 editing/spelling/spelling-insert-html.html
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=66773
-http/tests/loading/progress-finished-callback.html
</del><ins>+webkit.org/b/66773 http/tests/loading/progress-finished-callback.html
</ins><span class="cx"> 
</span><span class="cx"> # HiDPI tests require test infrastructure enhancements (e.g. layoutTestController.setBackingScaleFactor)
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=87919
</span><del>-compositing/tiled-layers-hidpi.html
-fast/canvas/2d.backingStorePixelRatio.html
-fast/canvas/2d.imageDataHD.html
-fast/hidpi
-svg/as-image/image-respects-deviceScaleFactor.html
</del><ins>+webkit.org/b/87919 compositing/tiled-layers-hidpi.html
+webkit.org/b/87919 fast/canvas/2d.backingStorePixelRatio.html
+webkit.org/b/87919 fast/canvas/2d.imageDataHD.html
+webkit.org/b/87919 fast/hidpi
+webkit.org/b/87919 svg/as-image/image-respects-deviceScaleFactor.html
</ins><span class="cx"> 
</span><span class="cx"> # Skip because this platform does not support a paging mouse wheel event
</span><span class="cx"> fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html
</span><span class="lines">@@ -1574,131 +1504,15 @@
</span><span class="cx"> pointer-lock/
</span><span class="cx"> http/tests/pointer-lock/
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=72435
-fast/dom/Window/window-postmessage-arrays.html
-
</del><span class="cx"> # Fails because MutationObservers are not notified at end-of-task
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=78290
-fast/dom/MutationObserver/end-of-task-delivery.html
</del><ins>+webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html
</ins><span class="cx"> 
</span><del>-# Rebaseline after bug 71705. All differences are due to the fact that table captions now
-# expand to the full width of the table.
-# https://bugs.webkit.org/show_bug.cgi?id=74888
-tables/mozilla/bugs/bug1163-1.html
-tables/mozilla/bugs/bug119786.html
-tables/mozilla/bugs/bug1302.html
-tables/mozilla/bugs/bug222846.html
-tables/mozilla/bugs/bug29058-3.html
-tables/mozilla/bugs/bug48028-1.html
-tables/mozilla/bugs/bug48028-2.html
-tables/mozilla/bugs/bug5838.html
-tables/mozilla/bugs/bug6304.html
-tables/mozilla/bugs/bug8381.html
-tables/mozilla/core/captions.html
-tables/mozilla/marvin/backgr_layers-opacity.html
-tables/mozilla/marvin/backgr_position-table.html
-tables/mozilla/marvin/backgr_simple-table-cell.html
-tables/mozilla/marvin/backgr_simple-table-column-group.html
-tables/mozilla/marvin/backgr_simple-table-column.html
-tables/mozilla/marvin/backgr_simple-table-row-group.html
-tables/mozilla/marvin/backgr_simple-table-row.html
-tables/mozilla/marvin/backgr_simple-table.html
-tables/mozilla/marvin/table_frame_border.html
-tables/mozilla/marvin/table_frame_box.html
-tables/mozilla/marvin/table_rules_all.html
-tables/mozilla/marvin/table_rules_none.html
-tables/mozilla/marvin/tables_caption_align_bot.html
-tables/mozilla/marvin/tables_caption_align_top.html
-tables/mozilla/marvin/x_caption_align_bottom.xml
-tables/mozilla/marvin/x_caption_align_top.xml
-tables/mozilla/marvin/x_caption_class.xml
-tables/mozilla/marvin/x_caption_id.xml
-tables/mozilla/marvin/x_caption_style.xml
-tables/mozilla_expected_failures/bugs/bug10140.html
-tables/mozilla_expected_failures/bugs/bug10216.html
-tables/mozilla_expected_failures/bugs/bug104898.html
-tables/mozilla_expected_failures/bugs/bug106966.html
-tables/mozilla_expected_failures/bugs/bug14007-2.html
-tables/mozilla_expected_failures/bugs/bug29058-2.html
-tables/mozilla_expected_failures/bugs/bug3166-11.html
-tables/mozilla_expected_failures/bugs/bug3166-12.html
-tables/mozilla_expected_failures/bugs/bug3166-13.html
-tables/mozilla_expected_failures/bugs/bug3166-14.html
-tables/mozilla_expected_failures/bugs/bug3166-16.html
-tables/mozilla_expected_failures/bugs/bug3166-17.html
-tables/mozilla_expected_failures/bugs/bug3166-3.html
-tables/mozilla_expected_failures/bugs/bug3166-4.html
-tables/mozilla_expected_failures/bugs/bug3166-5.html
-tables/mozilla_expected_failures/bugs/bug3166-6.html
-tables/mozilla_expected_failures/bugs/bug3166-9.html
-tables/mozilla_expected_failures/bugs/bug91057.html
-tables/mozilla_expected_failures/core/captions1.html
-tables/mozilla_expected_failures/core/captions2.html
-tables/mozilla_expected_failures/core/captions3.html
-tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html
-tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html
-tables/mozilla_expected_failures/marvin/backgr_border-table-column.html
-tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html
-tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html
-tables/mozilla_expected_failures/marvin/backgr_border-table-row.html
-tables/mozilla_expected_failures/marvin/backgr_border-table.html
-tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html
-tables/mozilla_expected_failures/marvin/backgr_layers-hide.html
-tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html
-tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html
-tables/mozilla_expected_failures/marvin/backgr_position-table-column.html
-tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html
-tables/mozilla_expected_failures/marvin/backgr_position-table-row.html
-tables/mozilla_expected_failures/marvin/table_frame_vsides.html
-tables/mozilla_expected_failures/marvin/table_overflow_caption.html
-tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html
-tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html
-tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html
-tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html
-tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html
-tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html
-tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html
-tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody.html
-tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html
-tables/mozilla_expected_failures/marvin/table_rules_cols.html
-tables/mozilla_expected_failures/marvin/table_rules_rows.html
-tables/mozilla_expected_failures/marvin/tables_caption_align_left.html
-tables/mozilla_expected_failures/marvin/tables_caption_align_right.html
-tables/mozilla_expected_failures/marvin/x_caption_align_left.xml
-tables/mozilla_expected_failures/marvin/x_caption_align_right.xml
-tables/mozilla_expected_failures/other/test4.html
-tables/mozilla/bugs/bug29157.html
-tables/mozilla/other/wa_table_thtd_rowspan.html
-tables/mozilla/other/wa_table_tr_align.html
-tables/mozilla_expected_failures/marvin/backgr_layers-show.html
-tables/mozilla_expected_failures/marvin/table_frame_lhs.html
-tables/mozilla_expected_failures/marvin/table_frame_rhs.html
-fast/css/bidi-override-in-anonymous-block.html
-fast/dom/HTMLTableElement/colSpan.html
-fast/dom/HTMLTableElement/createCaption.html
-fast/repaint/table-section-repaint.html
-
-# Need rebaselining after bug 69210.
-fast/inline/continuation-outlines-with-layers-2.html
-fast/repaint/transform-absolute-in-positioned-container.html
-
-#Vibration API is not implemented.
</del><ins>+# Vibration API is not implemented.
</ins><span class="cx"> vibration
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=82628
-svg/hittest/svg-ellipse-non-scale-stroke.xhtml
</del><ins>+# Touch adjustment not enabled on Windows
+webkit.org/b/78801 touchadjustment
</ins><span class="cx"> 
</span><del>-# Touch adjustment not enabled
-# https://bugs.webkit.org/show_bug.cgi?id=78801
-touchadjustment
-
</del><span class="cx"> # Needs BatteryClient implementation.
</span><span class="cx"> webkit.org/b/62698 batterystatus/
</span><span class="cx"> 
</span><span class="lines">@@ -1709,40 +1523,10 @@
</span><span class="cx"> proximity
</span><span class="cx"> fast/events/constructors/device-proximity-event-constructor.html
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=43022
-tables/mozilla_expected_failures/bugs/bug85016.html
-
</del><span class="cx"> webkit.org/b/103442 media/W3C/video/networkState/networkState_during_progress.html
</span><span class="cx"> 
</span><del>-
-# https://bugs.webkit.org/show_bug.cgi?id=81276
-# Allowed to regress to fix a crash.
-fast/inline/continuation-outlines-with-layers.html
-
-# Rebaseline after https://bugs.webkit.org/show_bug.cgi?id=78412
-tables/mozilla/bugs/bug2123.html
-tables/mozilla/bugs/bug2509.html
-tables/mozilla/bugs/bug34176.html
-tables/mozilla/bugs/bug44505.html
-tables/mozilla_expected_failures/bugs/bug59252.html
-tables/mozilla_expected_failures/bugs/bug7243.html
-fast/repaint/scroll-inside-table-cell.html
-fast/repaint/scroll-relative-table-inside-table-cell.html
-fast/table/cell-pref-width-invalidation.html
-
-# &lt;input&gt; should be horizontal.
-fast/table/colspanMinWidth-vertical.html
-
-# This should only be a layer change.
-# http://webkit.org/b/82129
-fast/box-shadow/shadow-buffer-partial.html
-fast/block/lineboxcontain/block-font.html
-fast/block/lineboxcontain/block-glyphs.html
-fast/block/lineboxcontain/font.html
-
</del><span class="cx"> # Fail until SUBPIXEL_LAYOUT is enabled
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=85532
-fast/sub-pixel
</del><ins>+webkit.org/b/85532 fast/sub-pixel
</ins><span class="cx"> 
</span><span class="cx"> # No CORS support for media elements is implemented yet.
</span><span class="cx"> http/tests/security/video-cross-origin-readback.html
</span><span class="lines">@@ -1751,111 +1535,76 @@
</span><span class="cx"> fast/forms/file/file-input-capture.html
</span><span class="cx"> 
</span><span class="cx"> # Interferes with the other requestAnimationFrame tests
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=85689
-fast/animation/request-animation-frame-disabled.html
</del><ins>+webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html
</ins><span class="cx"> 
</span><del>-# Rebaseline required after https://bugs.webkit.org/show_bug.cgi?id=84167
-editing/pasteboard/innerText-inline-table.html
-editing/selection/iframe.html
-editing/selection/inline-table.html
-editing/selection/table-caret-3.html
-fast/css-generated-content/inline-display-types.html
-fast/css-generated-content/nested-tables-with-before-after-content-crash.html
-fast/inline-block/001.html
</del><ins>+# off by 1 pixel
</ins><span class="cx"> tables/mozilla/bugs/bug2479-2.html
</span><span class="cx"> 
</span><del>-# Requires rebaseline after https://bugs.webkit.org/show_bug.cgi?id=85405
-tables/mozilla/bugs/bug10296-1.html
-
</del><span class="cx"> # Causes crashes in the next test
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=87416
-fast/dom/Window/Location/set-location-after-close.html
</del><ins>+webkit.org/b/87416 fast/dom/Window/Location/set-location-after-close.html
</ins><span class="cx"> 
</span><del>-# ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener
-# https://bugs.webkit.org/show_bug.cgi?id=87426
-accessibility/menu-list-sends-change-notification.html
-accessibility/multiselect-list-reports-active-option.html
-platform/win/accessibility/detached-object-notification-crash.html
-
</del><span class="cx"> # Crashes in ScrollView::delegatesScrolling
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=87431
-editing/selection/selection-plugin-clear-crash.html
-plugins/destroy-during-npp-new-object-with-fallback-content.html
</del><ins>+webkit.org/b/87431 editing/selection/selection-plugin-clear-crash.html
+webkit.org/b/87431 plugins/destroy-during-npp-new-object-with-fallback-content.html
</ins><span class="cx"> 
</span><span class="cx"> # Asserts on debug builds
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=86176
-ietestcenter/css3/valuesandunits/units-000.htm
</del><ins>+webkit.org/b/86176 [ Debug ] ietestcenter/css3/valuesandunits/units-000.htm [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # Asserts/crashes in PluginView::didFinishLoading
</span><del>-fast/loader/reload-zero-byte-plugin.html
-userscripts/user-script-plugin-document.html
</del><ins>+[ Debug ] fast/loader/reload-zero-byte-plugin.html [ Crash ]
+[ Debug ] userscripts/user-script-plugin-document.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # JavaScript Experiments are not enabled on Windows
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=87858
-js/names.html
</del><ins>+webkit.org/b/87858 js/names.html
</ins><span class="cx"> 
</span><span class="cx"> # New plugins/npruntime/delete-plugin-within-* tests introduced in r117012 fail/crash
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=86443
-plugins/npruntime/delete-plugin-within-getProperty.html
-plugins/npruntime/delete-plugin-within-hasProperty-return-false.html
-plugins/npruntime/delete-plugin-within-hasProperty-return-true.html
-plugins/npruntime/delete-plugin-within-invoke.html
-plugins/npruntime/delete-plugin-within-setProperty.html
</del><ins>+webkit.org/b/86443 plugins/npruntime/delete-plugin-within-getProperty.html
+webkit.org/b/86443 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html
+webkit.org/b/86443 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html
+webkit.org/b/86443 plugins/npruntime/delete-plugin-within-invoke.html
+webkit.org/b/86443 plugins/npruntime/delete-plugin-within-setProperty.html
</ins><span class="cx"> 
</span><span class="cx"> # [Win] ASSERT(oldLayoutDelta == view()-&gt;layoutDelta()) failed in RenderBlock::layoutBlockChild
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=87450
-media/media-volume-slider-rendered-below.html
</del><ins>+webkit.org/b/87450 [ Debug ] media/media-volume-slider-rendered-below.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # Time out
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=88005
-media/crash-closing-page-with-media-as-plugin-fallback.html
-media/media-continues-playing-after-replace-source.html
</del><ins>+webkit.org/b/88005 media/media-continues-playing-after-replace-source.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Asserts in Interpreter::addStackTraceIfNecessary
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=84073
-plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
-plugins/npruntime/object-from-destroyed-plugin.html
</del><ins>+webkit.org/b/84073 plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
+webkit.org/b/84073 plugins/npruntime/object-from-destroyed-plugin.html
</ins><span class="cx"> 
</span><span class="cx"> # Time out
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=88107
-platform/win/plugins/iframe-inside-overflow.html
-platform/win/plugins/window-region-is-set-to-clip-rect.html
-plugins/crash-restoring-plugin-page-from-page-cache.html
-plugins/fullscreen-plugins-dont-reload.html
-plugins/netscape-plugin-page-cache-works.html
</del><ins>+webkit.org/b/88107 platform/win/plugins/iframe-inside-overflow.html [ Timeout ]
+webkit.org/b/88107 platform/win/plugins/window-region-is-set-to-clip-rect.html [ Timeout ]
+webkit.org/b/88107 plugins/crash-restoring-plugin-page-from-page-cache.html [ Timeout ]
+webkit.org/b/88107 plugins/fullscreen-plugins-dont-reload.html [ Timeout ]
+webkit.org/b/88107 plugins/netscape-plugin-page-cache-works.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Assert in RenderGeometryMap::absoluteRect
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=88128
</span><del>-compositing/geometry/fixed-position.html
-compositing/geometry/fixed-position-composited-switch.html
-compositing/geometry/limit-layer-bounds-fixed-positioned.html
-compositing/geometry/video-fixed-scrolling.html
-compositing/iframes/overlapped-nested-iframes.html
-compositing/layer-creation/fixed-position-and-transform.html
-compositing/layer-creation/fixed-position-scroll.html
-compositing/layer-creation/fixed-position-under-transform.html
-compositing/overflow/fixed-position-ancestor-clip.html
-compositing/rtl/rtl-fixed-overflow-scrolled.html
-compositing/rtl/rtl-fixed-overflow.html
-compositing/rtl/rtl-fixed.html
</del><ins>+webkit.org/b/88128 [ Debug ] compositing/geometry/fixed-position.html [ Crash ]
+webkit.org/b/88128 compositing/geometry/fixed-position-composited-switch.html
+webkit.org/b/88128 [ Debug ] compositing/geometry/limit-layer-bounds-fixed-positioned.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/geometry/video-fixed-scrolling.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/iframes/overlapped-nested-iframes.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/layer-creation/fixed-position-and-transform.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/layer-creation/fixed-position-scroll.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/layer-creation/fixed-position-under-transform.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/overflow/fixed-position-ancestor-clip.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/rtl/rtl-fixed-overflow-scrolled.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/rtl/rtl-fixed-overflow.html [ Crash ]
+webkit.org/b/88128 [ Debug ] compositing/rtl/rtl-fixed.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable to Mac.
</span><span class="cx"> compositing/visible-rect
</span><span class="cx"> 
</span><span class="cx"> # Asserts in RenderLayerBacking::paintIntoLayer
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=88149
-compositing/backing/no-backing-foreground-layer.html
</del><ins>+webkit.org/b/88149 [ Debug ] compositing/backing/no-backing-foreground-layer.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # Asserts in GraphicsContext::platformContext
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=88150
-compositing/geometry/clipping-foreground.html
</del><ins>+webkit.org/b/88150 [ Debug ] compositing/geometry/clipping-foreground.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# Require rebaseline after bug 88171
-# https://bugs.webkit.org/show_bug.cgi?id=88171
-fast/block/float/independent-align-positioning.html
-fast/block/float/010.html
-css1/formatting_model/floating_elements.html
-
</del><span class="cx"> # Need rebaselining / checking - skipped en masse to get the bots green again
</span><span class="cx"> css2.1/20110323/c543-txt-decor-000.html
</span><span class="cx"> fast/block/float/float-in-float-hit-testing.html
</span><span class="lines">@@ -1863,12 +1612,13 @@
</span><span class="cx"> fast/css/text-transform-select.html
</span><span class="cx"> fast/css/zoom-body-scroll.html
</span><span class="cx"> fast/dom/34176.html
</span><ins>+fast/dom/52776.html
+fast/dom/adopt-node-crash-2.html
</ins><span class="cx"> fast/dom/title-directionality-removeChild.html
</span><span class="cx"> fast/dom/zoom-scroll-page-test.html
</span><span class="cx"> fast/events/constructors/progress-event-constructor.html
</span><span class="cx"> fast/events/dropzone-005.html
</span><span class="cx"> fast/harness/results.html
</span><del>-fast/images/exif-orientation.html
</del><span class="cx"> fast/images/support-broken-image-delegate.html
</span><span class="cx"> js/dom/stack-trace.html
</span><span class="cx"> fast/layers/video-layer.html
</span><span class="lines">@@ -1886,14 +1636,14 @@
</span><span class="cx"> fast/table/027-vertical.html
</span><span class="cx"> fast/table/max-width-integer-overflow.html
</span><span class="cx"> fast/writing-mode/fallback-orientation.html
</span><del>-media/controls-after-reload.html
-media/controls-strict.html
-media/controls-without-preload.html
-media/video-controls-rendering.html
-media/video-display-toggle.html
-media/video-no-audio.html
-media/video-pause-immediately.html
-media/video-play-require-user-gesture.html
</del><ins>+media/controls-after-reload.html [ Failure ]
+media/controls-strict.html [ Failure ]
+media/controls-without-preload.html [ Failure ]
+media/video-controls-rendering.html [ Failure ]
+media/video-display-toggle.html [ Failure ]
+media/video-no-audio.html [ Failure ]
+media/video-pause-immediately.html [ Failure ]
+media/video-play-require-user-gesture.html [ Failure ]
</ins><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">@@ -1918,288 +1668,143 @@
</span><span class="cx"> svg/W3C-SVG-1.1-SE/text-intro-05-t.svg
</span><span class="cx"> 
</span><span class="cx"> # CSS3 flexbox is disabled &lt;rdar://problem/11570384&gt;
</span><del>-css3/flexbox
-transitions/flex-transitions.html
-fast/multicol/span/clone-flexbox.html
</del><ins>+css3/flexbox [ Skip ]
+transitions/flex-transitions.html [ Skip ]
+fast/multicol/span/clone-flexbox.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Skip tests in fast/text/shaping
</span><del>-fast/text/shaping
</del><ins>+fast/text/shaping [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # CSS image-orientation property not yet supported
</span><del>-fast/css/image-orientation/
</del><ins>+fast/css/image-orientation/ [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Test uses &quot;required&quot; form element property which currently does not work on Safari
</span><del>-fast/forms/validation-message-user-modify.html
</del><ins>+fast/forms/validation-message-user-modify.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # The textInputController.setComposition() implementation is missing
</span><del>-fast/forms/input-set-composition-scroll.html
</del><ins>+fast/forms/input-set-composition-scroll.html [ Skip ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=93667
-# Test times out
-fast/forms/select/menulist-popup-crash.html
-
</del><ins>+webkit.org/b/93667 fast/forms/select/menulist-popup-crash.html [ Timeout ]
</ins><span class="cx"> # This test causes any following plugins test to crash
</span><del>-plugins/nested-plugin-objects.html
</del><ins>+plugins/nested-plugin-objects.html [ Skip ]
</ins><span class="cx"> 
</span><del>-#Require rebaselining after  https://bugs.webkit.org/show_bug.cgi?id=89826
-fast/css/word-space-extra.html
-
-# Needs a rebaseline after WK108429 lands.
-svg/custom/text-ctm.svg
-
</del><span class="cx"> # Require rebaseline after https://bugs.webkit.org/show_bug.cgi?id=84286
</span><del>-fast/block/float/avoidance-rtl.html
-fast/borders/border-radius-wide-border-01.html
-fast/borders/only-one-border-with-width.html
-fast/multicol/progression-reverse.html
-fast/multicol/vertical-lr/rules-with-border-before.html
-fast/multicol/vertical-rl/rules-with-border-before.html
-css2.1/t0805-c5519-brdr-r-00-a.html
-css2.1/t0805-c5519-brdr-r-01-e.html
-css2.1/t0805-c5520-brdr-b-01-e.html
-css2.1/t0805-c5521-brdr-l-00-a.html
-css2.1/t0805-c5521-brdr-l-01-e.html
-css2.1/t0805-c5521-ibrdr-l-00-a.html
-fast/css/line-height-determined-by-primary-font.html
-animations/cross-fade-border-image-source.html
-css1/box_properties/border_bottom.html
-css1/box_properties/border_bottom_inline.html
-css1/box_properties/border_left.html
-css1/box_properties/border_left_inline.html
-css1/box_properties/border_right.html
-css1/box_properties/border_right_inline.html
-css1/units/length_units.html
-css2.1/20110323/absolute-replaced-height-036.htm
-css2.1/20110323/block-non-replaced-height-007.htm
-css2.1/20110323/block-non-replaced-height-008.htm
-css2.1/20110323/block-non-replaced-height-009.htm
-css2.1/20110323/block-non-replaced-height-010.htm
-css2.1/20110323/block-non-replaced-width-001.htm
-css2.1/20110323/block-non-replaced-width-002.htm
-css2.1/20110323/block-non-replaced-width-003.htm
-css2.1/20110323/block-non-replaced-width-004.htm
-css2.1/20110323/block-non-replaced-width-008.htm
-css2.1/20110323/margin-applies-to-008.htm
-css2.1/20110323/width-non-replaced-inline-001.htm
-css2.1/t040302-c61-phys-len-00-b.html
-css2.1/t0804-c5507-padn-r-02-f.html
-css2.1/t0804-c5508-ipadn-b-03-b-a.html
-css2.1/t0804-c5509-padn-l-02-f.html
-css2.1/t0805-c5519-brdr-r-02-e.html
-css2.1/t0805-c5519-ibrdr-r-00-a.html
-css2.1/t0805-c5520-brdr-b-00-a.html
-css2.1/t0805-c5520-ibrdr-b-00-a.html
-css2.1/t0805-c5521-brdr-l-02-e.html
-editing/deleting/type-delete-after-quote.html
-editing/execCommand/4580583-1.html
-editing/execCommand/4580583-2.html
-editing/inserting/5418891.html
-editing/inserting/5510537.html
-editing/inserting/6703873.html
-editing/inserting/break-blockquote-after-delete.html
-editing/pasteboard/5006779.html
-editing/pasteboard/paste-blockquote-after-blockquote.html
-editing/pasteboard/paste-blockquote-into-blockquote-4.html
-fast/block/float/012.html
-fast/block/float/013.html
-fast/block/float/016.html
-fast/block/margin-collapse/041.html
-fast/block/margin-collapse/043.html
-fast/block/margin-collapse/057.html
-fast/css/acid2.html
-fast/css/acid2-pixel.html
-fast/css/border-height.html
-fast/inline/inline-padding-disables-text-quirk.html
-fast/inline/inline-text-quirk-bpm.html
-fast/layers/scroll-rect-to-visible.html
-fast/lists/007.html
-fast/multicol/block-axis-horizontal-bt.html
-fast/multicol/block-axis-vertical-lr.html
-fast/multicol/block-axis-vertical-rl.html
-fast/overflow/overflow-rtl.html
-fast/overflow/overflow-rtl-inline-scrollbar.html
-fast/repaint/repaint-across-writing-mode-boundary.html
-fast/table/border-collapsing/003.html
-fast/table/border-collapsing/003-vertical.html
-fast/table/border-collapsing/rtl-border-collapsing.html
-fast/table/colgroup-spanning-groups-rules.html
-fast/text/basic/015.html
-fast/text/monospace-width-cache.html
-http/tests/misc/acid2.html
-http/tests/misc/acid2-pixel.html
-ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009.htm
-ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012.htm
-ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013.htm
-ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014.htm
-ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015.htm
-ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016.htm
-ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001.htm
-tables/mozilla/core/table_rules.html
-tables/mozilla/marvin/x_table_rules_groups.xml
-tables/mozilla_expected_failures/collapsing_borders/bug41262-1.html
-transforms/2d/transform-borderbox.html
-transforms/2d/transform-origin-borderbox.html
-transitions/cross-fade-border-image.html
-fast/css/pseudo-first-line-border-width.html
-css2.1/20110323/abspos-non-replaced-width-margin-000.htm
-css2.1/20110323/abspos-replaced-width-margin-000.htm
-fast/css/caption-width-absolute-position.htm
-fast/css/caption-width-absolute-position-offset-top.htm
-fast/css/caption-width-fixed-position.htm
-fast/css/caption-width-fixed-position-offset-top.htm
-fast/table/border-collapsing/equal-precedence-resolution.html
-fast/table/border-collapsing/equal-precedence-resolution-vertical.html
-fast/text/apply-start-width-after-skipped-text.html
</del><ins>+# (Most are off by one or two pixels)
+webkit.org/b/84286 css2.1/t0805-c5519-brdr-r-01-e.html [ Failure ]
+webkit.org/b/84286 css2.1/t0805-c5521-brdr-l-01-e.html [ Failure ]
+webkit.org/b/84286 editing/inserting/break-blockquote-after-delete.html [ Failure ]
+webkit.org/b/84286 fast/block/float/016.html [ Failure ]
+webkit.org/b/84286 fast/repaint/repaint-across-writing-mode-boundary.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=38000 - already skipped on Mac because of a QuickTime problem
-http/tests/media/video-play-stall-seek.html
-http/tests/media/video-play-stall.html
-media/media-fullscreen-not-in-document.html
</del><ins>+# The following are already skipped on Mac because of a QuickTime problem
+webkit.org/b/38000 http/tests/media/video-play-stall-seek.html [ Failure ]
+webkit.org/b/38000 http/tests/media/video-play-stall.html [ Failure ]
+webkit.org/b/38000 media/media-fullscreen-not-in-document.html [ Failure ]
</ins><span class="cx"> 
</span><ins>+# The following may just need rebaselines:
+compositing/iframes/invisible-nested-iframe-show.html [ Failure ]
+compositing/overflow/overflow-auto-with-touch.html [ Failure ]
+compositing/overflow/overflow-overlay-with-touch.html [ Failure ]
+compositing/overflow/textarea-scroll-touch.html [ Failure ]
+compositing/plugins/no-backing-store.html [ Failure ]
+compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html [ Failure ]
+compositing/rtl/rtl-iframe-absolute-overflow.html [ Failure ]
+compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure ]
+compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure ]
+css2.1/20110323/abspos-replaced-width-margin-000-ref.htm [ Failure ]
+fast/block/positioning/047.html [ ImageOnlyFailure ]
+fast/box-shadow/box-shadow-with-zero-radius.html [ ImageOnlyFailure ]
+fast/box-shadow/image-box-shadow.html [ ImageOnlyFailure ]
+fast/css/rtl-ordering.html [ Failure ]
+fast/forms/basic-buttons.html [ Failure ]
+fast/forms/box-shadow-override.html [ Failure ]
+fast/forms/button-positioned.html [ Failure ]
+fast/forms/button-sizes.html [ Failure ]
+fast/forms/button-style-color.html [ Failure ]
+fast/forms/button-text-transform.html [ Failure ]
+fast/writing-mode/broken-ideograph-small-caps.html [ Failure ]
+fast/writing-mode/vertical-font-fallback.html [ Failure ]
+svg/custom/use-on-symbol-inside-pattern.svg [ Failure ]
+http/tests/security/referrer-policy-https-origin.html [ Failure ]
</ins><span class="cx"> 
</span><del>-compositing/iframes/invisible-nested-iframe-show.html
-compositing/overflow/overflow-auto-with-touch.html
-compositing/overflow/overflow-overlay-with-touch.html
-compositing/overflow/scrolling-content-clip-to-viewport.html
-compositing/overflow/textarea-scroll-touch.html
-compositing/plugins/no-backing-store.html
-compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html
-compositing/rtl/rtl-iframe-absolute-overflow.html
-compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html
-compositing/rtl/rtl-iframe-fixed-overflow.html
-css2.1/20110323/abspos-replaced-width-margin-000-ref.htm
-fast/block/positioning/inline-block-relposition.html
-fast/css/rtl-ordering.html
-fast/dom/HTMLTableColElement/resize-table-using-col-width.html
-fast/dynamic/positioned-movement-with-positioned-children.html
-fast/forms/basic-buttons.html
-fast/forms/box-shadow-override.html
-fast/forms/button-align.html
-fast/forms/button-cannot-be-nested.html
-fast/forms/button-generated-content.html
-fast/forms/button-inner-block-reuse.html
-fast/forms/button-positioned.html
-fast/forms/button-sizes.html
-fast/forms/button-style-color.html
-fast/forms/button-text-transform.html
-fast/forms/button-white-space.html
-fast/forms/control-clip-overflow.html
-fast/forms/select-baseline.html
-fast/repaint/control-clip.html
-fast/selectors/064.html
-fast/selectors/166.html [ ImageOnlyFailure ]
-fast/table/append-cells2.html
-fast/table/remove-td-display-none.html
-fast/writing-mode/broken-ideograph-small-caps.html
-fast/writing-mode/broken-ideographic-font.html
-fast/writing-mode/vertical-font-fallback.html
-svg/custom/inline-svg-in-xhtml.xml
-svg/custom/use-on-symbol-inside-pattern.svg
-tables/mozilla/bugs/bug68912.html
-tables/mozilla_expected_failures/collapsing_borders/bug41262-6.html
-http/tests/security/referrer-policy-https-origin.html
-
-# Rebaseline after bug 77754
-fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html
-fast/inline/absolute-positioned-inline-in-centred-block.html
-fast/css/absolute-child-with-percent-height-inside-relative-parent.html
-
-# These tests have different results for NRWT and ORWT, skipping on OWRT for now
-editing/deleting/delete-br-004.html
-editing/deleting/delete-br-005.html
-editing/deleting/delete-br-006.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=95405
-# Test times out
-platform/win/accessibility/single-select-children.html
-
-# Require rebaseline after https://bugs.webkit.org/show_bug.cgi?id=80394
-fast/block/float/024.html
-fast/block/margin-collapse/empty-clear-blocks.html
-fast/block/margin-collapse/block-inside-inline/025.html
-
-# referrer tests failing, problems connecting to address provided to iframe
-http/tests/security/no-referrer.html
-http/tests/security/referrer-policy-https-always.html
-http/tests/security/referrer-policy-https-default.html
-http/tests/security/referrer-policy-https-never.html
-http/tests/security/referrer-policy-redirect.html
-
</del><span class="cx"> # As usual, DRT on Windows has problems knowing how to continue a test when focus moves to a popup window, in this case the file chooser
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=87469
-fast/events/domactivate-sets-underlying-click-event-as-handled.html
</del><ins>+webkit.org/b/87469 fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=95388
-fast/css/nested-layers-with-hover.html
</del><ins>+webkit.org/b/95795 editing/style/apply-style-atomic.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=95795
-editing/style/apply-style-atomic.html
-
</del><span class="cx"> # Flaky http/tests/security tests
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=95803
-http/tests/security/local-image-from-remote-whitelisted.html
-http/tests/security/object-literals.html
-http/tests/security/script-with-failed-cors-check-fails-to-load.html
-http/tests/security/xss-DENIED-mime-type-execute-as-html.html
-http/tests/security/xss-DENIED-xsl-external-entity.xml
-http/tests/security/contentSecurityPolicy/report-blocked-uri.html
-http/tests/security/cookies/cookie-theft-with-javascript-doc.html
-http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html
-http/tests/security/local-video-poster-from-remote.html
-http/tests/security/local-video-source-from-remote.html
-http/tests/security/location-prototype.html
-http/tests/security/script-crossorigin-loads-correctly.html
-http/tests/security/video-poster-cross-origin-crash.html
-http/tests/security/xss-eval.html
-http/tests/security/cookies/xmlhttprequest.html
-http/tests/security/canvas-cors-with-two-hosts.html
-http/tests/security/cross-frame-access-frameelement.html
-http/tests/security/document-all.html
-http/tests/security/window-named-proto.html
-http/tests/security/window-named-valueOf.html
-http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url.html
-http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces.html
-http/tests/security/xss-DENIED-window-open-parent.html
-http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
</del><ins>+webkit.org/b/95803 http/tests/security/local-image-from-remote-whitelisted.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/object-literals.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/script-with-failed-cors-check-fails-to-load.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/xss-DENIED-mime-type-execute-as-html.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/xss-DENIED-xsl-external-entity.xml [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/contentSecurityPolicy/report-blocked-uri.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/cookies/cookie-theft-with-javascript-doc.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/local-video-poster-from-remote.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/local-video-source-from-remote.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/location-prototype.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/script-crossorigin-loads-correctly.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/video-poster-cross-origin-crash.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/xss-eval.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/cookies/xmlhttprequest.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/canvas-cors-with-two-hosts.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/cross-frame-access-frameelement.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/document-all.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/window-named-proto.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/window-named-valueOf.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/xss-DENIED-window-open-parent.html [ Pass Failure ]
+webkit.org/b/95803 http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml [ Pass Failure ]
+http/tests/security/cross-frame-access-call.html
+http/tests/security/cross-frame-access-get.html
+http/tests/security/sandboxed-iframe-modify-self.html
+http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning.html
+http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html
+http/tests/security/xssAuditor/script-tag-with-callbacks.html
+http/tests/security/xssAuditor/xss-filter-bypass-long-string.html
</ins><span class="cx"> 
</span><ins>+# referrer tests failing, problems connecting to address provided to iframe
+http/tests/security/no-referrer.html [ Failure ]
+http/tests/security/referrer-policy-https-always.html [ Failure ]
+http/tests/security/referrer-policy-https-default.html [ Failure ]
+http/tests/security/referrer-policy-https-never.html [ Failure ]
+http/tests/security/referrer-policy-redirect.html [ Failure ]
+
</ins><span class="cx"> # Flaky http/tests/cookie tests
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=95805
-http/tests/cookies/multiple-cookies.html
-http/tests/cookies/single-quoted-value.html
</del><ins>+webkit.org/b/95805 http/tests/cookies/multiple-cookies.html [ Pass Failure ]
+webkit.org/b/95805 http/tests/cookies/single-quoted-value.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Flaky media/video tests
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=95806
-media/video-aspect-ratio.html
-media/video-replaces-poster.html
-media/video-set-rate-from-pause.html
-media/video-src-change.html
-media/video-timeupdate-reverse-play.html
-media/W3C/video/src/src_removal_does_not_trigger_loadstart.html
-media/video-pause-empty-events.html
-media/video-play-empty-events.html
-media/video-single-valid-source.html
-media/video-source-error-no-candidate.html
-media/video-src-remove.html
-media/video-size-intrinsic-scale.html
-media/video-source-media.html
-media/video-source-load.html
-media/video-source-moved.html
-media/video-seeking.html
-media/video-src-empty.html
</del><ins>+webkit.org/b/95806 media/video-aspect-ratio.html [ Pass Failure ]
+webkit.org/b/95806 media/video-replaces-poster.html [ Pass Failure ]
+webkit.org/b/95806 media/video-set-rate-from-pause.html [ Pass Failure ]
+webkit.org/b/95806 media/video-src-change.html [ Pass Failure ]
+webkit.org/b/95806 media/video-timeupdate-reverse-play.html [ Pass Failure ]
+webkit.org/b/95806 media/W3C/video/src/src_removal_does_not_trigger_loadstart.html [ Pass Failure ]
+webkit.org/b/95806 media/video-pause-empty-events.html [ Pass Failure ]
+webkit.org/b/95806 media/video-play-empty-events.html [ Pass Failure ]
+webkit.org/b/95806 media/video-single-valid-source.html [ Pass Failure ]
+webkit.org/b/95806 media/video-source-error-no-candidate.html [ Pass Failure ]
+webkit.org/b/95806 media/video-src-remove.html [ Pass Failure ]
+webkit.org/b/95806 media/video-size-intrinsic-scale.html [ Failure ]
+webkit.org/b/95806 media/video-source-media.html [ Pass Failure ]
+webkit.org/b/95806 media/video-source-load.html [ Pass Failure ]
+webkit.org/b/95806 media/video-source-moved.html [ Pass Failure ]
+webkit.org/b/95806 media/video-seeking.html [ Pass Failure ]
+webkit.org/b/95806 media/video-src-empty.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Interactive form validation not enabled on Windows
</span><del>-fast/forms/number/number-interactive-validation-required.html
</del><ins>+fast/forms/number/number-interactive-validation-required.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # --- Media ---
</span><del>-media/controls-styling.html
-media/media-document-audio-repaint.html
-# https://bugs.webkit.org/show_bug.cgi?id=25465 media/video-zoom-controls.html fails on Windows
-media/video-zoom-controls.html
</del><ins>+media/controls-styling.html [ Failure ]
+media/media-document-audio-repaint.html [ Failure ]
+webkit.org/b/25465 media/video-zoom-controls.html [ Failure ]
</ins><span class="cx"> 
</span><del>-
-
</del><span class="cx"> # Windows does not have global selection.
</span><del>-editing/pasteboard/paste-global-selection.html
</del><ins>+editing/pasteboard/paste-global-selection.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Resolution media query is not yet enabled.
</span><span class="cx"> webkit.org/b/85262 fast/media/mq-resolution.html [ Skip ]
</span><span class="lines">@@ -2207,235 +1812,161 @@
</span><span class="cx"> 
</span><span class="cx"> # Skipping a large number of tests that have been failing on Windows for a long period of time
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=97026
</span><del>-editing/selection/select-from-textfield-outwards.html
-editing/spelling/grammar-edit-word.html
-fast/dom/constructed-objects-prototypes.html
-fast/forms/state-restore-broken-state.html
-fast/html/progress-user-modify.html
-fast/multicol/shrink-to-column-height-for-pagination.html
-media/audio-controls-rendering.html
-media/audio-repaint.html
-media/controls-styling-strict.html
-media/media-controls-clone.html
-media/video-controls-fullscreen-volume.html
-plugins/geturlnotify-during-document-teardown.html
-svg/custom/glyph-selection-bidi-mirror.svg
-svg/custom/relative-sized-use-on-symbol.xhtml
-svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
-svg/text/bidi-text-query.svg
-svg/text/bidi-tspans.svg
-svg/text/non-bmp-positioning-lists.svg
-svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html
-svg/zoom/page/zoom-svg-through-object-with-auto-size.html
-tables/mozilla_expected_failures/collapsing_borders/bug41262-5.html
-tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html
-tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html
-http/tests/fullscreen/fullscreenelement-different-origin.html
-http/tests/fullscreen/fullscreenelement-same-origin.html
-http/tests/history/back-with-fragment-change.php
-http/tests/loading/pdf-commit-load-callbacks.html
-http/tests/loading/post-in-iframe-with-back-navigation.html
-http/tests/media/media-document.html
-http/tests/media/video-useragent.html
-http/tests/misc/submit-post-keygen.html
-http/tests/navigation/https-in-page-cache.html
-http/tests/navigation/post-307-response.html
-http/tests/navigation/post-frames-goback1.html
-http/tests/navigation/post-goback1.html
-http/tests/security/cross-frame-access-call.html
-http/tests/security/cross-frame-access-get.html
-http/tests/security/sandboxed-iframe-modify-self.html
-http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning.html
-http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html
-http/tests/security/xssAuditor/script-tag-with-callbacks.html
-http/tests/security/xssAuditor/xss-filter-bypass-long-string.html
-http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html
-http/tests/xmlhttprequest/range-test.html
</del><ins>+webkit.org/b/97026 editing/selection/select-from-textfield-outwards.html [ Failure ]
+webkit.org/b/97026 editing/spelling/grammar-edit-word.html [ Failure ]
+webkit.org/b/97026 fast/forms/state-restore-broken-state.html [ Failure ]
+webkit.org/b/97026 fast/html/progress-user-modify.html [ Failure ]
+webkit.org/b/97026 media/audio-controls-rendering.html [ Failure ]
+webkit.org/b/97026 media/audio-repaint.html [ Failure ]
+webkit.org/b/97026 media/controls-styling-strict.html [ Failure ]
+webkit.org/b/97026 media/media-controls-clone.html [ Failure ]
+webkit.org/b/97026 media/video-controls-fullscreen-volume.html [ Failure ]
+webkit.org/b/97026 svg/custom/glyph-selection-bidi-mirror.svg [ Failure ]
+webkit.org/b/97206 svg/custom/relative-sized-use-on-symbol.xhtml [ Failure ]
+webkit.org/b/97026 svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml [ Failure ]
+webkit.org/b/97026 svg/text/bidi-text-query.svg [ Failure ]
+webkit.org/b/97026 svg/text/bidi-tspans.svg [ Failure ]
+webkit.org/b/97026 svg/text/non-bmp-positioning-lists.svg [ Failure ]
+http/tests/fullscreen/fullscreenelement-different-origin.html [ Skip ]
+http/tests/fullscreen/fullscreenelement-same-origin.html [ Skip ]
+http/tests/history/back-with-fragment-change.php [ Skip ]
+http/tests/loading/pdf-commit-load-callbacks.html [ Skip ]
+http/tests/loading/post-in-iframe-with-back-navigation.html [ Skip ]
+http/tests/media/media-document.html [ Skip ]
+http/tests/media/video-useragent.html [ Skip ]
+http/tests/misc/submit-post-keygen.html [ Skip ]
+http/tests/navigation/https-in-page-cache.html [ Skip ]
+http/tests/navigation/post-307-response.html [ Skip ]
+http/tests/navigation/post-frames-goback1.html [ Skip ]
+http/tests/navigation/post-goback1.html [ Skip ]
+http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html [ Skip ]
+http/tests/xmlhttprequest/range-test.html [ Skip ]
</ins><span class="cx"> 
</span><del>-#https://bugs.webkit.org/show_bug.cgi?id=97271
-http/tests/security/sandboxed-iframe-origin-add.html
-http/tests/security/sandboxed-iframe-origin-remove.html
</del><ins>+webkit.org/b/97271 http/tests/security/sandboxed-iframe-origin-add.html [ Skip ]
+webkit.org/b/97271 http/tests/security/sandboxed-iframe-origin-remove.html [ Skip ]
</ins><span class="cx"> 
</span><del>-#AX role needs to be updated on Windows, many test cases involve AX role crash or fail
-accessibility/svg-bounds.html
-accessibility/html-html-element-is-ignored.html
-accessibility/loading-iframe-updates-axtree.html
</del><ins>+webkit.org/b/97485 http/tests/security/sandboxed-iframe-form-top.html [ Skip ]
</ins><span class="cx"> 
</span><del>-#https://bugs.webkit.org/show_bug.cgi?id=97485
-http/tests/security/sandboxed-iframe-form-top.html
</del><ins>+webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Skip ]
</ins><span class="cx"> 
</span><del>-#https://bugs.webkit.org/show_bug.cgi?id=95530
-http/tests/security/inactive-document-with-empty-security-origin.html
</del><ins>+webkit.org/b/98079 http/tests/security/cross-origin-local-storage-wk1.html [ Skip ]
</ins><span class="cx"> 
</span><del>-#https://bugs.webkit.org/show_bug.cgi?id=98079
-http/tests/security/cross-origin-local-storage-wk1.html
-
-#Skipped on other platforms here: http://trac.webkit.org/changeset/129897
-svg/custom/clip-mask-negative-scale.svg
-
-#https://bugs.webkit.org/show_bug.cgi?id=98306
-css3/flexbox/flexbox-baseline.html
-#https://bugs.webkit.org/show_bug.cgi?id=99878
-css3/flexbox/flexbox-baseline-margins.html
-
</del><span class="cx"> # css3-conditionals support is not yet enabled. http://webkit.org/b/86146 http://webkit.org/b/104822 http://webkit.org/b/100324
</span><del>-css3/supports.html
-css3/supports-cssom.html
-css3/supports-dom-api.html
</del><ins>+# FIXME: Why do these fail on Windows?
+css3/supports.html [ Failure ]
+css3/supports-cssom.html [ Failure ]
+css3/supports-dom-api.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # MHTML is not yet enabled
</span><del>-mhtml
</del><ins>+mhtml [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # HIDDEN_PAGE_DOM_TIMER_THROTTLING is disabled
</span><del>-fast/dom/timer-throttling-hidden-page.html
</del><ins>+fast/dom/timer-throttling-hidden-page.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # CSS_COMPOSITING is disabled (CIFilters don't work on Windows)
</span><del>-css3/compositing/
-transitions/blendmode-transitions.html
</del><ins>+css3/compositing/ [ Skip ]
+transitions/blendmode-transitions.html [ Skip ]
</ins><span class="cx"> 
</span><del>-
-
-
</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="cx"> # Not supported in CFNetwork yet. https://bugs.webkit.org/show_bug.cgi?id=100349
</span><del>-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html
</del><ins>+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html [ Skip ]
+webkit.org/b/100349 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Feature introduced in r132708 is chromium only
</span><del>-animations/3d/change-transform-in-end-event.html
-transitions/move-after-transition.html
-compositing/text-on-large-layer.html
-compositing/iframes/fixed-position-iframe.html
-compositing/tiling/huge-layer-add-remove-child.html
-compositing/tiling/huge-layer-resize.html
-compositing/tiling/tile-cache-zoomed.html
</del><ins>+animations/3d/change-transform-in-end-event.html [ Failure ]
+transitions/move-after-transition.html [ Failure ]
+compositing/text-on-large-layer.html [ Failure ]
+compositing/iframes/fixed-position-iframe.html [ Failure ]
+compositing/tiling/huge-layer-add-remove-child.html [ Failure ]
+compositing/tiling/huge-layer-resize.html [ Failure ]
+compositing/tiling/tile-cache-zoomed.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Test added in r132901 is for chromium only
-fast/images/exif-orientation-image-document.html
</del><ins>+# Inspector Protocol
+webkit.org/b/100846 inspector-protocol/debugger/pause-dedicated-worker.html [ Failure ]
+webkit.org/b/100846 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Failure ]
+webkit.org/b/128979 inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html [ Failure ]
+webkit.org/b/128979 inspector-protocol/debugger/setBreakpoint-dfg.html [ Failure ]
+webkit.org/b/128979 inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html [ Failure ]
+webkit.org/b/128979 inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html [ Failure ]
+webkit.org/b/128979 inspector-protocol/heap-profiler/take-heap-snapshot.html [ Failure ]
+webkit.org/b/128979 inspector-protocol/model/content-node-region-info.html [ Pass Failure ]
+webkit.org/b/128979 inspector-protocol/debugger/pause-on-assert.html [ Pass Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/100846 inspector-protocol/debugger/pause-dedicated-worker.html
-webkit.org/b/100846 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html
</del><ins>+webkit.org/b/100117 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=100117
-fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
-
</del><span class="cx"> # CSS3_TEXT is disabled on Windows
</span><del>-fast/css3-text
</del><ins>+fast/css3-text [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # ACCELERATED_OVERFLOW_SCROLLING is disabled on Windows
</span><del>-compositing/overflow/scrolling-without-painting.html
-compositing/overflow/updating-scrolling-content.html
</del><ins>+compositing/overflow/scrolling-without-painting.html [ Skip ]
+compositing/overflow/updating-scrolling-content.html [ Skip ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=103442
-media/video-size.html
-media/W3C/video/readyState/readyState_during_loadedmetadata.html
</del><ins>+webkit.org/b/103442 media/video-size.html [ Pass Timeout ]
+webkit.org/b/103442 media/W3C/video/readyState/readyState_during_loadedmetadata.html [ Pass Timeout ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=101539
-editing/execCommand/switch-list-type-with-orphaned-li.html
</del><ins>+webkit.org/b/101539 editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=103962
-js/kde/Array.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=97026
-webkit.org/b/97026 fast/events/keydown-leftright-keys.html
-webkit.org/b/97026 fast/loader/javascript-url-in-embed.html
</del><ins>+webkit.org/b/97026 fast/events/keydown-leftright-keys.html [ Failure ]
+webkit.org/b/97026 fast/loader/javascript-url-in-embed.html [ Failure ]
</ins><span class="cx"> # This test requires generation of progress events during loading
</span><del>-webkit.org/b/97026 media/progress-events-generated-correctly.html
-webkit.org/b/97026 http/tests/cookies/third-party-cookie-relaxing.html
-webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html
</del><ins>+webkit.org/b/97026 media/progress-events-generated-correctly.html [ Failure ]
+webkit.org/b/97026 http/tests/cookies/third-party-cookie-relaxing.html [ Failure ]
+webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=102603
-fast/text/international/combining-marks-position.html
</del><ins>+webkit.org/b/103043 fast/events/frame-scroll-fake-mouse-move.html [ Skip ]
+webkit.org/b/103043 fast/events/overflow-scroll-fake-mouse-move.html [ Skip ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=103968
-fast/loader/non-deferred-substitute-load.html
</del><ins>+webkit.org/b/97132 media/track/track-cue-rendering-horizontal.html [ Failure ]
+webkit.org/b/97132 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
+webkit.org/b/97132 media/track/track-cue-rendering-vertical.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=103043
-fast/events/frame-scroll-fake-mouse-move.html
-fast/events/overflow-scroll-fake-mouse-move.html
</del><ins>+webkit.org/b/106477 media/video-controls-captions-trackmenu-localized.html [ Failure ]
+webkit.org/b/106477 media/video-controls-captions-trackmenu-sorted.html [ Failure ]
+webkit.org/b/106477 media/video-controls-captions-trackmenu.html [ Failure ]
+webkit.org/b/106477 media/video-controls-captions-trackmenu-hide-on-click.html [ Failure ]
+webkit.org/b/106477 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Failure ]
+webkit.org/b/106477 media/video-controls-visible-exiting-fullscreen.html [ Failure ]
+webkit.org/b/106477 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Failure ]
+webkit.org/b/106477 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=97132
-media/track/track-cue-rendering-horizontal.html
-media/track/track-cue-rendering-snap-to-lines-not-set.html
-media/track/track-cue-rendering-vertical.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=106477
-media/video-controls-captions-trackmenu-localized.html
-media/video-controls-captions-trackmenu-sorted.html
-media/video-controls-captions-trackmenu.html
-media/video-controls-captions-trackmenu-hide-on-click.html
-media/video-controls-captions-trackmenu-hide-on-click-outside.html
-media/video-controls-visible-exiting-fullscreen.html
-media/video-controls-captions-trackmenu-includes-enabled-track.html
-media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html
-
</del><span class="cx"> # Fails on JSC platforms due to gc timing issues
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=106957
-svg/dom/SVGViewSpec-invalid-ref-crash.html
</del><ins>+webkit.org/b/106957 svg/dom/SVGViewSpec-invalid-ref-crash.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Enable when support drag-and-drop autoscrolling
</span><del>-webkit.org/b/39725 fast/events/drag-and-drop-autoscroll.html
</del><ins>+webkit.org/b/39725 fast/events/drag-and-drop-autoscroll.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Temporarily skip a bunch of failing tests on Windows bots until
-# https://bugs.webkit.org/show_bug.cgi?id=108249
-accessibility/color-well.html
-accessibility/corresponding-control-deleted-crash.html
-css2.1/t0505-c16-descendant-01-e.html
-editing/input/caret-at-the-edge-of-contenteditable.html
-editing/input/reveal-caret-of-multiline-contenteditable.html
-editing/input/reveal-caret-of-multiline-input.html
-editing/selection/extend-by-sentence-001.html
-fast/inline/drawStyledEmptyInlines.html
-fast/inline/drawStyledEmptyInlinesWithWS.html
-fast/text/capitalize-empty-generated-string.html
-fast/text/international/float-as-only-child-of-isolate-crash.html
-fast/text/whitespace/006.html
-fast/text/whitespace/007.html
-svg/W3C-SVG-1.1-SE/painting-control-04-f.svg
-svg/W3C-SVG-1.1-SE/text-intro-02-b.svg
-svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
-svg/W3C-SVG-1.1/extend-namespace-01-f.svg
-svg/batik/text/longTextOnPath.svg
-svg/batik/text/xmlSpace.svg
-svg/css/shadow-changes.svg
-svg/text/bidi-text-anchor-direction.svg
-svg/text/font-size-below-point-five.svg
-tables/mozilla/bugs/bug1188.html
-tables/mozilla/bugs/bug1318.html
-tables/mozilla/bugs/bug113235-3.html
-http/tests/misc/favicon-loads-with-icon-loading-override.html
-http/tests/security/cookies/first-party-cookie-allow-xslt.xml
-http/tests/security/cookies/third-party-cookie-blocking-main-frame.html
-media/video-transformed.html
-accessibility/heading-level.html
-accessibility/render-counter-text.html
-fast/images/style-access-during-imageChanged-crash.html
-js/reentrant-caching.html
-fast/repaint/caret-with-transformation.html
-http/tests/incremental/pause-in-script-element.pl
-fast/text/international/harfbuzz-buffer-overrun.html
-compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html
-compositing/iframes/iframe-size-from-zero.html
-compositing/iframes/overlapped-iframe-iframe.html
-compositing/tiling/tiled-layer-resize.html
-editing/input/ime-composition-clearpreedit.html
-fast/canvas/canvas-composite-alpha.html
-fast/canvas/canvas-quadratic-same-endpoint.html
-fast/events/ime-composition-events-001.html
-fast/text/international/hebrew-vowels.html
-jquery/attributes.html
-media/W3C/video/events/event_canplaythrough.html
</del><ins>+editing/input/reveal-caret-of-multiline-contenteditable.html [ Failure ]
+editing/input/reveal-caret-of-multiline-input.html [ Failure ]
+svg/W3C-SVG-1.1-SE/painting-control-04-f.svg [ Failure ]
+svg/W3C-SVG-1.1-SE/text-intro-02-b.svg [ Failure ]
+svg/W3C-SVG-1.1-SE/text-intro-09-b.svg [ Failure ]
+svg/W3C-SVG-1.1/extend-namespace-01-f.svg [ Failure ]
+svg/batik/text/longTextOnPath.svg [ Failure ]
+svg/text/bidi-text-anchor-direction.svg [ Failure ]
+svg/text/font-size-below-point-five.svg [ Failure ]
+tables/mozilla/bugs/bug1188.html [ Failure ]
+tables/mozilla/bugs/bug1318.html [ Failure ]
</ins><span class="cx"> 
</span><ins>+compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html [ Failure ]
+compositing/iframes/iframe-size-from-zero.html [ Failure ]
+compositing/iframes/overlapped-iframe-iframe.html [ Failure ]
+compositing/tiling/tiled-layer-resize.html [ Failure ]
+fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
+fast/events/ime-composition-events-001.html [ Failure ]
+fast/text/international/float-as-only-child-of-isolate-crash.html [ Failure ]
+svg/css/shadow-changes.svg [ Failure ]
+# End temporary skips
+
</ins><span class="cx"> # Spellchecker behavior tests.
</span><span class="cx"> webkit.org/b/108370 editing/spelling/design-mode-spellcheck-off.html [ Failure ]
</span><span class="cx"> webkit.org/b/108370 editing/spelling/context-menu-suggestions-multiword-selection.html [ Failure ]
</span><span class="lines">@@ -2460,50 +1991,51 @@
</span><span class="cx"> webkit.org/b/108370 editing/spelling/spelling-unified-emulation.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Disable document.register tests, ENABLE_CUSTOM_ELEMENT disabled
</span><del>-fast/dom/custom
</del><ins>+fast/dom/custom [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # User Timing is not enabled yet. so skip it.
</span><del>-webkit.org/b/84893 http/tests/w3c/webperf/submission/Intel/user-timing
</del><ins>+webkit.org/b/84893 http/tests/w3c/webperf/submission/Intel/user-timing [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Resource Timing is not enable yet, skip it.
</span><del>-webkit.org/b/61138 http/tests/w3c/webperf/submission/Intel/resource-timing
</del><ins>+webkit.org/b/61138 http/tests/w3c/webperf/submission/Intel/resource-timing [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Windows doesn't have a toggle for CC any more, it's based on a menu of choices.
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=95428
</span><span class="cx"> webkit.org/b/101670 media/video-controls-captions.html [ Skip ]
</span><span class="cx"> 
</span><del>-# bugs.webkit.org/show_bug.cgi?id=110447
-editing/spelling/spelling-changed-text.html
</del><ins>+webkit.org/b/110447 editing/spelling/spelling-changed-text.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Windows does not support custom media data loading
</span><del>-media/video-src-blob.html
</del><ins>+media/video-src-blob.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/113106 media/track/track-prefer-captions.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # The logic in this test is no longer correct for Apple ports
</span><span class="cx"> webkit.org/b/112492 media/track/track-user-preferences.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Skip a bunch of tests to get EWS bots in a better state.
-accessibility
-fast/text/international
-inspector-protocol
-plugins
-sputnik
-fast/xsl
</del><ins>+fast/text/international/bidi-menulist.html [ Failure ]
+fast/text/international/bidi-mirror-he-ar.html [ Failure ]
+fast/text/international/bold-bengali.html [ Failure ]
+
+#These tests are flaky:
+fast/text/international/complex-character-based-fallback.html [ ImageOnlyFailure Failure ]
+fast/text/international/synthesized-italic-vertical.html [ ImageOnlyFailure Failure ]
+
+fast/xsl/sort-locale.xml [ Failure ]
+fast/xsl/xslt-missing-namespace-in-xslt.xml [ Failure ]
</ins><span class="cx"> http
</span><del>-ietestcenter
-media/media-fragments
</del><span class="cx"> media/W3C
</span><ins>+plugins
+sputnik
</ins><span class="cx"> 
</span><span class="cx"> # CURSOR_VISIBILITY is not enabled on win
</span><span class="cx"> webkit.org/b/107601 fullscreen/video-cursor-auto-hide.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # WEBVTT_REGIONS is not enabled on win
</span><del>-media/track/regions-webvtt
</del><ins>+media/track/regions-webvtt [ Skip ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=111606
-fast/borders/border-fit.html
-fast/repaint/border-fit-lines.html
</del><ins>+webkit.org/b/111606 fast/borders/border-fit.html
+webkit.org/b/111606 fast/repaint/border-fit-lines.html
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/112867 compositing/geometry/limit-layer-bounds-fixed.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2526,81 +2058,74 @@
</span><span class="cx"> webkit.org/b/98696 plugins/snapshotting [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # dumpCreateView method not implemented on Windows
</span><del>-fast/loader/url-selected-user-gesture.html
</del><ins>+fast/loader/url-selected-user-gesture.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Don't run ogv and mkv tests on mac
</span><span class="cx"> media/track/in-band [ WontFix ]
</span><span class="cx"> media/track/video [ WontFix ]
</span><span class="cx"> media/track/audio [ WontFix ]
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=113946
-compositing/contents-opaque/control-layer.html
-compositing/filters/sw-layer-overlaps-hw-shadow.html
-compositing/filters/sw-shadow-overlaps-hw-layer.html
-compositing/filters/sw-shadow-overlaps-hw-shadow.html
</del><ins>+webkit.org/b/113946 compositing/contents-opaque/control-layer.html [ Failure ]
+webkit.org/b/113946 compositing/filters/sw-layer-overlaps-hw-shadow.html [ Failure ]
+webkit.org/b/113946 compositing/filters/sw-shadow-overlaps-hw-layer.html [ Failure ]
+webkit.org/b/113946 compositing/filters/sw-shadow-overlaps-hw-shadow.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # No concept of secure text input
</span><span class="cx"> editing/secure-input [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Worker-specific crashes
</span><del>-webkit.org/b/116560 js/dom/create-lots-of-workers.html
-webkit.org/b/116560 fast/workers
</del><ins>+webkit.org/b/129006 fast/workers/worker-call.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Disable crashing tests, being investigated under https://bugs.webkit.org/show_bug.cgi?id=116562
</span><del>-webkit.org/b/116562 fast/css/font-face-data-uri-invalid.html
-webkit.org/b/116562 fast/dom/Window/window-postmessage-clone-deep-array.html
-webkit.org/b/116562 js/dom/callback-function-with-handle-event.html
-webkit.org/b/116562 js/large-expressions.html
-webkit.org/b/116562 js/dom/string-replace-exception-crash.html
-webkit.org/b/116562 fast/text/custom-font-data-crash.html
-webkit.org/b/116562 loader/go-back-cached-main-resource.html
-webkit.org/b/116562 media/video-beforeload-remove-source.html
-webkit.org/b/116562 svg/filters/feMorphology-crash.html
</del><ins>+webkit.org/b/116562 js/dom/callback-function-with-handle-event.html [ Crash ]
+webkit.org/b/116562 loader/go-back-cached-main-resource.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # Test failures being investigated under https://bugs.webkit.org/show_bug.cgi?id=116564
</span><del>-webkit.org/b/116564 compositing/contents-opaque/filter.html
-webkit.org/b/116564 compositing/layer-creation/animation-overlap-with-children.html
-webkit.org/b/116564 css1/units/rounding.html
-webkit.org/b/116564 editing/pasteboard/copy-without-selection.html
-webkit.org/b/116564 editing/pasteboard/get-data-text-plain-paste.html
-webkit.org/b/116564 editing/pasteboard/onpaste-text-html.html
-webkit.org/b/116564 editing/selection/user-drag-element-and-user-select-none.html
-webkit.org/b/116564 editing/style/block-style-005.html
-webkit.org/b/116564 fast/block/lineboxcontain/block-with-ideographs.xhtml
-webkit.org/b/116564 fast/dom/Window/window-onFocus.html
-webkit.org/b/116564 fast/dom/Window/window-postmessage-clone.html
-webkit.org/b/116564 fast/dom/Window/window-resize.html
-webkit.org/b/116564 fast/events/clientXY-in-zoom-and-scroll.html
-webkit.org/b/116564 fast/events/remove-target-with-shadow-in-drag.html
-webkit.org/b/116564 fast/overflow/infiniteRecursionGuard.html
-webkit.org/b/116564 fast/text/text-combine-different-fonts.html
-webkit.org/b/116564 fast/writing-mode/Kusa-Makura-background-canvas.html
-webkit.org/b/116564 media/click-volume-bar-not-pausing.html
-webkit.org/b/116564 media/track/track-css-user-override.html
-webkit.org/b/116564 platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html
-webkit.org/b/116564 printing/allowed-page-breaks.html
-webkit.org/b/116564 printing/no-content-empty-pages.html
-webkit.org/b/116564 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
-webkit.org/b/116564 transitions/svg-text-shadow-transition.html
</del><ins>+webkit.org/b/116564 compositing/contents-opaque/filter.html [ Failure ]
+webkit.org/b/116564 compositing/layer-creation/animation-overlap-with-children.html [ Failure ]
+webkit.org/b/116564 editing/pasteboard/copy-without-selection.html [ Failure ]
+webkit.org/b/116564 editing/pasteboard/get-data-text-plain-paste.html [ Failure ]
+webkit.org/b/116564 editing/pasteboard/onpaste-text-html.html [ Failure ]
+webkit.org/b/116564 editing/selection/user-drag-element-and-user-select-none.html [ Failure ]
+webkit.org/b/116564 editing/style/block-style-005.html [ Failure ]
+webkit.org/b/116564 fast/block/lineboxcontain/block-with-ideographs.xhtml [ Failure ]
+webkit.org/b/116564 fast/dom/Window/window-onFocus.html [ Failure ]
+webkit.org/b/116564 fast/dom/Window/window-postmessage-clone.html [ Failure ]
+webkit.org/b/116564 fast/dom/Window/window-resize.html [ Failure ]
+webkit.org/b/116564 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
+webkit.org/b/116564 fast/events/remove-target-with-shadow-in-drag.html [ Failure ]
+webkit.org/b/116564 fast/overflow/infiniteRecursionGuard.html [ Failure ]
+webkit.org/b/116564 fast/text/text-combine-different-fonts.html [ Failure ]
+webkit.org/b/116564 fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ]
+webkit.org/b/116564 media/click-volume-bar-not-pausing.html [ Failure ]
+webkit.org/b/116564 media/track/track-css-user-override.html [ Failure ]
+webkit.org/b/116564 platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html [ Failure ]
+webkit.org/b/116564 printing/allowed-page-breaks.html [ Failure ]
+webkit.org/b/116564 printing/no-content-empty-pages.html [ Failure ]
+webkit.org/b/116564 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm [ Failure ]
+webkit.org/b/116564 transitions/svg-text-shadow-transition.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Enable storage tests, but exclude the websql tests (see https://webkit.org/b/116559).
-webkit.org/b/116559 storage/websql
</del><ins>+# Exclude WebSQL tests:
+webkit.org/b/116559 storage/websql [ Skip ]
+webkit.org/b/129006 fast/workers/storage [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Exclude some MathML tests that do not work properly under windows
</span><del>-webkit.org/b/117200 mathml/presentation/mo.xhtml
-webkit.org/b/117200 mathml/presentation/mo-stretch.html
-webkit.org/b/117200 mathml/presentation/roots.xhtml
-webkit.org/b/117200 mathml/presentation/row.xhtml
-webkit.org/b/119002 mathml/presentation/bug97990.html
-webkit.org/b/118900 mathml/presentation/mspace-units.html
-webkit.org/b/119002 mathml/presentation/scripts-subsup.html
-webkit.org/b/127495 mathml/presentation/maction-toggle.html
</del><ins>+webkit.org/b/117200 mathml/presentation/mo.xhtml [ Failure ]
+webkit.org/b/117200 mathml/presentation/mo-stretch.html [ Failure ]
+webkit.org/b/117200 mathml/presentation/roots.xhtml [ Failure ]
+webkit.org/b/117200 mathml/presentation/row.xhtml [ Failure ]
+webkit.org/b/119002 mathml/presentation/bug97990.html [ Failure ]
+webkit.org/b/118900 mathml/presentation/mspace-units.html [ Failure ]
+webkit.org/b/119002 mathml/presentation/scripts-subsup.html [ Failure ]
+webkit.org/b/127495 mathml/presentation/maction-toggle.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # After switching to NRWT, we find that some of the new image tests do not pass.
</span><span class="cx"> webkit.org/b/117322 css2.1/20110323/word-spacing-remove-space-003.htm [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/117322 css2.1/20110323/word-spacing-remove-space-006.htm [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/117322 css3/unicode-bidi-isolate-aharon-failing.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/117322 fast/backgrounds/background-opaque-images-over-color.html [ ImageOnlyFailure ]
</span><ins>+fast/css/font-weight-1.html [ ImageOnlyFailure ]
+fast/css/margin-top-bottom-dynamic.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/117322 fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/117322 fast/css/text-indent-first-line-006.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/117322 fast/css/word-spacing-characters-complex-text.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2615,36 +2140,26 @@
</span><span class="cx"> webkit.org/b/117322 svg/filters/feDisplacementMap-filterUnits.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Text Test Failures
</span><del>-webkit.org/b/117323 animations/animation-delay-changed.html
-webkit.org/b/117323 editing/inserting/insert-3907422-fix.html
-webkit.org/b/117323 fast/css/lang-mapped-to-webkit-locale-dynamic.xhtml
-webkit.org/b/117323 fast/frames/sandboxed-iframe-about-blank.html
-webkit.org/b/117323 fast/frames/sandboxed-iframe-navigation-allowed.html
-webkit.org/b/117323 fast/frames/sandboxed-iframe-plugins.html
-webkit.org/b/117323 fast/replaced/invalid-object-with-fallback.html
-webkit.org/b/117323 fast/replaced/no-focus-ring-embed.html
-webkit.org/b/117323 fast/replaced/no-focus-ring-object.html
-webkit.org/b/117323 fast/replaced/object-with-embed-url-param.html
-webkit.org/b/117323 platform/win/plugins/call-javascript-that-destroys-plugin.html
-webkit.org/b/117323 platform/win/plugins/windowless-paint-rect-coordinates.html
</del><ins>+webkit.org/b/117323 animations/animation-delay-changed.html [ Failure ]
+webkit.org/b/117323 editing/inserting/insert-3907422-fix.html [ Failure ]
+webkit.org/b/117323 fast/css/lang-mapped-to-webkit-locale-dynamic.xhtml [ Failure ]
+webkit.org/b/117323 fast/frames/sandboxed-iframe-about-blank.html [ Failure ]
+webkit.org/b/117323 fast/frames/sandboxed-iframe-navigation-allowed.html [ Failure ]
+webkit.org/b/117323 fast/frames/sandboxed-iframe-plugins.html [ Failure ]
+webkit.org/b/117323 fast/replaced/invalid-object-with-fallback.html [ Failure ]
+webkit.org/b/117323 fast/replaced/no-focus-ring-embed.html [ Failure ]
+webkit.org/b/117323 fast/replaced/no-focus-ring-object.html [ Failure ]
+webkit.org/b/117323 fast/replaced/object-with-embed-url-param.html [ Failure ]
+webkit.org/b/117323 platform/win/plugins/call-javascript-that-destroys-plugin.html [ Failure ]
+webkit.org/b/117323 platform/win/plugins/windowless-paint-rect-coordinates.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Crashes
-webkit.org/b/117324 fast/css/fontloader-download-error.html
-webkit.org/b/117325 svg/as-image/svg-nested.html
-webkit.org/b/117325 svg/css/font-face-crash.html
-
</del><span class="cx"> # Synthesized italics not supported
</span><span class="cx"> fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # -webkit-user-select:all not supported
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=118740
-editing/selection/user-select-all-image-with-single-click.html
-editing/selection/user-select-all-with-single-click.html
</del><ins>+webkit.org/b/118740 editing/selection/user-select-all-image-with-single-click.html [ Failure ]
+webkit.org/b/118740 editing/selection/user-select-all-with-single-click.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Our external builds do not yet support AVCF, which this test relies on
-media/video-load-preload-metadata.html
-media/track/track-legacyapi-with-automatic-mode.html
-
</del><span class="cx"> # Skip failing tests to make EWS bots happy
</span><span class="cx"> fast/dom/call-a-constructor-as-a-function.html [ Failure ]
</span><span class="cx"> fast/forms/search-event-delay.html [ Failure ]
</span><span class="lines">@@ -2653,7 +2168,6 @@
</span><span class="cx"> 
</span><span class="cx"> # These test fail due to 'notifyDone' not being executed.
</span><span class="cx"> webkit.org/b/121509 editing/spelling/grammar-paste.html [ Skip ]
</span><del>-webkit.org/b/121509 media/video-buffered-too-few-arguments.html        [ Skip ]
</del><span class="cx"> webkit.org/b/121509 media/audio-mpeg-supported.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 media/audio-data-url.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 media/track/track-cues-seeking.html        [ Skip ]
</span><span class="lines">@@ -2703,18 +2217,7 @@
</span><span class="cx"> webkit.org/b/121509 media/track/track-in-band-duplicate-tracks-when-source-changes.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 media/track/track-webvtt-tc010-no-timings.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 media/track/track-text-track-cue-list.html        [ Skip ]
</span><del>-webkit.org/b/121509 media/video-currentTime-set.html        [ Skip ]
-webkit.org/b/121509 media/video-default-poster.html        [ Skip ]
</del><span class="cx"> webkit.org/b/121509 media/audio-constructor-preload.html        [ Skip ]
</span><del>-webkit.org/b/121509 media/video-seek-by-small-increment.html        [ Skip ]
-webkit.org/b/121509 media/video-controls-with-mutation-event-handler.html        [ Skip ]
-webkit.org/b/121509 media/video-dom-preload.html        [ Skip ]
-webkit.org/b/121509 media/before-load-member-access.html        [ Skip ]
-webkit.org/b/121509 media/media-controller.html        [ Skip ]
-webkit.org/b/121509 media/video-remove-insert-repaints.html        [ Skip ]
-webkit.org/b/121509 media/media-controller-time-clamp.html        [ Skip ]
-webkit.org/b/121509 media/csp-blocks-video.html        [ Skip ]
-webkit.org/b/121509 media/media-controller-timeupdate.html        [ Skip ]
</del><span class="cx"> webkit.org/b/121509 fast/repaint/selection-rl.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/writing-mode/horizontal-bt-replaced-selection.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/writing-mode/vertical-rl-replaced-selection.html        [ Skip ]
</span><span class="lines">@@ -2725,7 +2228,6 @@
</span><span class="cx"> #Also webkit.org/b/117326 fast/workers/worker-document-leak.html [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/workers/worker-lifecycle.html        [ Skip ]
</span><span class="cx"> #Also webkit.org/b/106415 fast/workers/worker-lifecycle.html [ Pass Failure ]
</span><del>-#webkit.org/b/121509 fast/workers/worker-close-more.html        [ Skip ] Crashing on some bots
</del><span class="cx"> webkit.org/b/121509 fast/parser/document-write-partial-entity-before-load.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/parser/document-write-fighting-eof.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/loader/image-in-page-cache.html        [ Skip ]
</span><span class="lines">@@ -2740,64 +2242,46 @@
</span><span class="cx"> webkit.org/b/121509 fast/history/go-back-to-iframe-with-plugin.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 loader/go-back-to-different-window-size.html        [ Skip ]
</span><span class="cx"> 
</span><del>-# The following test cases are crashing:
-webkit.org/b/121510 fast/parser/residual-style-hang.html        [ Skip ]
-webkit.org/b/121510 fast/forms/textfield-lastchange-was-useredit.html        [ Skip ]
-webkit.org/b/121510 fast/frames/frame-dead-region.html        [ Skip ]
-webkit.org/b/121510 fast/events/message-port-deleted-document.html        [ Skip ]
-webkit.org/b/121510 fast/frames/frame-deep-nested-resize.html [ Skip ]
-webkit.org/b/121510 fast/gradients/crash-on-zero-radius.html        [ Skip ]
-webkit.org/b/121510 fast/workers/worker-close-more.html [ Skip ]
-webkit.org/b/121510 fast/frames/frame-display-none-focus.html [ Skip ]
-webkit.org/b/62024 http/tests/media/video-cross-site.html [ Skip ]
-webkit.org/b/121510 js/dom/Promise-catch-in-workers.html [ Skip ]
-webkit.org/b/121510 js/stack-overflow-arrity-catch.html        [ Skip ]
-webkit.org/b/121510 media/audio-constructor-src.html        [ Skip ]
-webkit.org/b/121510 media/audio-delete-while-slider-thumb-clicked.html        [ Skip ]
-webkit.org/b/121510 media/audio-no-installed-engines.html        [ Skip ]
-webkit.org/b/121510 media/broken-video.html        [ Skip ]
-webkit.org/b/121510 media/event-attributes.html        [ Skip ]
-webkit.org/b/121510 media/media-controller-time-constant.html        [ Skip ]
-webkit.org/b/121510 media/media-controller-unpause.html        [ Skip ]
-webkit.org/b/121510 media/video-buffered.html        [ Skip ]
-webkit.org/b/121510 media/video-controls.html        [ Skip ]
-webkit.org/b/121510 media/video-dom-src.html        [ Skip ]
-webkit.org/b/121510 media/video-reverse-play-duration.html        [ Skip ]
-webkit.org/b/121510 media/track/track-remove-crash.html        [ Skip ]
-webkit.org/b/121510 media/track/track-cue-nothing-to-render.html        [ Skip ]
-webkit.org/b/121510 media/track/track-delete-during-setup.html        [ Skip ]
-webkit.org/b/121510 svg/W3C-SVG-1.1/animate-elem-02-t.svg        [ Skip ] 
-webkit.org/b/121510 js/dom/function-constructor-this-value.html [ Skip ]
-
-
</del><span class="cx"> # More skipped tests
</span><del>-editing/selection/caret-ltr-right.html [ Skip ]
-editing/selection/context-menu-on-text.html [ Skip ]
-editing/spelling/grammar-markers-hidpi.html [ Skip ]
-editing/spelling/spellcheck-queue.html        [ Skip ]
-fast/canvas/canvas-blending-global-alpha.html [ Skip ]
-fast/css/image-set-setting.html [ Skip ]
-fast/css/image-set-value-not-removed-crash.html [ Skip ]
-fast/events/wheelevent-basic.html [ Skip ]
-fast/events/wheelevent-constructor.html [ Skip ]
-fast/forms/select/listbox-click-on-scrollbar.html [ Skip ]
-fast/loader/file-protocol-fragment.html [ Skip ]
-js/dom/exception-sequencing-binops2.html [ Skip ]
-js/dom/exception-sequencing.html [ Skip ]
-media/track/track-css-all-cues.html [ Skip ]
-media/track/track-in-band-legacy-api.html [ Skip ]
-media/track/track-in-band-mode.html [ Skip ]
-media/track/track-in-band.html [ Skip ]
-platform/win/accessibility/single-select-children-changed.html        [ Skip ]
-security/block-test-no-port.html [ Skip ]
-svg/dom/SVGViewSpec.html [ Skip ]
-editing/selection/caret-rtl-2-left.html [ Skip ]
-editing/selection/caret-rtl-right.html [ Skip ]
-editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html [ Skip ]
-editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html [ Skip ]
-editing/spelling/grammar-markers.html [ Skip ]
-fast/images/exif-orientation-composited.html [ Skip ]
-animations/resume-after-page-cache.html [ Skip ]
</del><ins>+webkit.org/b/62024 http/tests/media/video-cross-site.html [ Failure ]
+media/audio-constructor-src.html        [ Failure ]
+media/audio-delete-while-slider-thumb-clicked.html        [ Failure ]
+media/audio-no-installed-engines.html        [ Failure ]
+media/track/track-remove-crash.html        [ Failure ]
+media/track/track-cue-nothing-to-render.html        [ Failure ]
+media/track/track-delete-during-setup.html        [ Failure ]
+editing/selection/caret-ltr-right.html [ Failure ]
+editing/selection/context-menu-on-text.html [ Failure ]
+editing/spelling/grammar-markers-hidpi.html [ Failure ]
+editing/spelling/spellcheck-queue.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/css/image-set-setting.html [ Failure ]
+fast/css/image-set-value-not-removed-crash.html [ Failure ]
+fast/events/wheelevent-basic.html [ Failure ]
+fast/events/wheelevent-constructor.html [ Failure ]
+fast/forms/select/listbox-click-on-scrollbar.html [ Failure ]
+fast/loader/file-protocol-fragment.html [ Failure ]
+js/dom/exception-sequencing-binops2.html [ Failure ]
+js/dom/exception-sequencing.html [ Failure ]
+media/track/track-css-all-cues.html [ Failure ]
+media/track/track-in-band-legacy-api.html [ Failure ]
+media/track/track-in-band-mode.html [ Failure ]
+media/track/track-in-band.html [ Failure ]
+security/block-test-no-port.html [ Failure ]
+svg/dom/SVGViewSpec.html [ Failure ]
+editing/selection/caret-rtl-2-left.html [ Failure ]
+editing/selection/caret-rtl-right.html [ Failure ]
+editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html [ Failure ]
+editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html [ Failure ]
+editing/spelling/grammar-markers.html [ Failure ]
+fast/images/exif-orientation-composited.html [ Failure ]
+animations/resume-after-page-cache.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # We now show a layer tree where we didn't previously
</span><span class="cx"> css3/filters/composited-during-animation-layertree.html [ Failure Pass ]
</span><span class="lines">@@ -2845,7 +2329,7 @@
</span><span class="cx"> printing/print-close-crash.html
</span><span class="cx"> 
</span><span class="cx"> # Test introduced in r157133 fails. State of colorspace management on Windows is unclear.
</span><del>-media/video-canvas-drawing-output.html
</del><ins>+media/video-canvas-drawing-output.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # crypto.subtle is not yet enabled
</span><span class="cx"> crypto/subtle [ Skip ]
</span><span class="lines">@@ -2869,11 +2353,6 @@
</span><span class="cx"> # Expando properties on attribute nodes disappear
</span><span class="cx"> webkit.org/b/127480 fast/dom/gc-attribute-node.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Failing Windows-only accessibility tests
-webkit.org/b/127485 platform/win/accessibility/option-element-selection-and-focus-events.html [ Failure ]
-webkit.org/b/127485 platform/win/accessibility/parent-element.html [ Failure ]
-webkit.org/b/127485 platform/win/accessibility/select-element-valuechange-event.html [ Failure ]
-
</del><span class="cx"> # REGRESSION (r159892): Failing JavaScript test
</span><span class="cx"> webkit.org/b/127492 js/dom/date-big-constructor.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2906,18 +2385,18 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/128726 [ Release ] js/regress/emscripten-memops.html [ Timeout ]
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=128789
-js/regress/Int16Array-bubble-sort-with-byteLength.html
-js/regress/Int16Array-bubble-sort.html
-js/regress/chain-custom-getter.html
-js/regress/chain-getter-access.html
-js/regress/marsaglia.html
-js/regress/proto-custom-getter.html
-js/regress/proto-getter-access.html
-js/regress/simple-custom-getter.html
-js/regress/simple-getter-access.html
</del><ins>+webkit.org/b/128789 [ Debug ] js/regress/Int16Array-bubble-sort-with-byteLength.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/Int16Array-bubble-sort.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/chain-custom-getter.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/chain-getter-access.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/marsaglia.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/proto-custom-getter.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/proto-getter-access.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/simple-custom-getter.html [ Pass Timeout ]
+webkit.org/b/128789 [ Debug ] js/regress/simple-getter-access.html [ Pass Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Some very small image differences (~0.01-0.05%)
</span><ins>+fast/forms/textarea-placeholder-set-attribute.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/128855 fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html [ ImageOnlyFailure ] 
</span><span class="cx"> webkit.org/b/128855 fast/regions/overflow-in-variable-width-regions-inline-bt.html [ ImageOnlyFailure ] 
</span><span class="cx"> webkit.org/b/128855 fast/regions/overflow-in-variable-width-regions-inline-continuation.html [ ImageOnlyFailure ] 
</span><span class="lines">@@ -2936,14 +2415,149 @@
</span><span class="cx"> 
</span><span class="cx"> # A few are flaky:
</span><span class="cx"> webkit.org/b/128855 fast/regions/absolute-pos-elem-in-region.html [ Pass Failure ] 
</span><del>-webkit.org/b/128855 fast/regions/flows-dependency-dynamic-remove.html [ Pass Failure ] 
</del><span class="cx"> webkit.org/b/128855 fast/regions/clip-to-padding-box-vertical-lr.html [ Pass Failure ] 
</span><ins>+webkit.org/b/128855 fast/regions/content-flowed-into-regions-dynamically-removed.html [ Pass ImageOnlyFailure ]
+webkit.org/b/128855 fast/regions/flows-dependency-dynamic-remove.html [ Pass Failure ] 
+webkit.org/b/128855 fast/regions/hit-test-float.html [ Pass Timeout ]
</ins><span class="cx"> webkit.org/b/128855 fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html [ Pass Failure ] 
</span><del>-webkit.org/b/128855 fast/regions/hover-and-js-in-visual-overflow.html [ Pass Failure ] 
-webkit.org/b/128855 fast/regions/region-styling/region-style-inline-background-color.html [ Pass Failure ] 
-webkit.org/b/128855 fast/regions/region-styling/region-style-not-supported-properties.html [ Pass Failure ] 
-webkit.org/b/128855 fast/regions/region-styling/region-style-in-columns.html [ Pass Failure ] 
</del><ins>+webkit.org/b/128855 fast/regions/hover-and-js-in-visual-overflow.html [ Pass Timeout Failure ]
+webkit.org/b/128855 fast/regions/overflow-scrollable-3.html [ Pass Timeout ]
</ins><span class="cx"> webkit.org/b/128855 fast/regions/auto-size/autoheight-firstregion-breakalways.html [ Pass Failure ] 
</span><span class="cx"> webkit.org/b/128855 fast/regions/auto-size/autoheight-abspos-region.html [ Pass Failure ] 
</span><span class="cx"> webkit.org/b/128855 fast/regions/auto-size/autoheight-flexbox.html [ Pass Failure ] 
</span><ins>+webkit.org/b/128855 fast/regions/auto-size/autoheight-minheight-region.html [ Pass Timeout ] 
</ins><span class="cx"> webkit.org/b/128855 fast/regions/counters/extract-list-items-014.html [ Pass Failure ] 
</span><ins>+webkit.org/b/128855 fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element.html [ Pass Failure ]
+webkit.org/b/128855 fast/regions/cssom/webkit-named-flow-event.html [ Pass Timeout ]
+webkit.org/b/128855 fast/regions/region-styling/region-style-block-background-color.html [ Pass Timeout ]
+webkit.org/b/128855 fast/regions/region-styling/region-style-inline-background-color.html [ Pass Failure ] 
+webkit.org/b/128855 fast/regions/region-styling/region-style-not-supported-properties.html [ Pass Failure ] 
+webkit.org/b/128855 fast/regions/region-styling/region-style-in-columns.html [ Pass Timeout Failure ] 
+webkit.org/b/128855 fast/regions/repaint/line-flow-with-floats-in-regions.html [ ImageOnlyFailure Failure ]
+
+# More flakes:
+fast/animation/request-animation-frame-time-unit.html [ Pass Timeout ]
+fast/animation/request-animation-frame-callback-id.html        [ Pass Timeout ]
+fast/backgrounds/background-shorthand-with-backgroundSize-style.html [ Pass Timeout ]
+fast/backgrounds/001.html [ Pass Timeout ]
+fast/block/margin-collapse/038.html [ Pass Timeout ]
+fast/block/margin-collapse/012.html [ Pass Timeout ]
+fast/block/float/editable-text-overlapping-float.html [ ImageOnlyFailure Failure ]
+fast/block/positioning/percent-top-left-on-relative-position.html [ Pass Timeout ]
+fast/block/positioning/029.html        [ Pass Failure ]
+fast/block/positioning/absolute-in-inline-ltr-3.html [ Pass Timeout ]
+fast/block/positioning/vertical-rl/001.html [ Pass Timeout ]
+fast/block/positioning/056.html        [ Pass Timeout ]
+fast/block/positioning/048.html [ Pass Timeout ]
+fast/block/positioning/vertical-lr/001.html        [ Pass Failure ]
+fast/block/positioning/019.html [ Pass Timeout ]
+fast/block/lineboxcontain/block-glyphs.html        [ Pass Timeout ]
+fast/block/block-parent-with-zero-width-child.html [ Pass Timeout ]
+fast/block/basic/quirk-percent-height-grandchild.html [ Pass Failure ]
+fast/block/basic/011.html [ ImageOnlyFailure Failure ]
+fast/body-propagation/background-image/005.html [ Pass Timeout ]
+fast/body-propagation/overflow/004-declarative.xhtml [ Pass Timeout ]
+fast/body-propagation/overflow/006.html [ Pass Failure ]
+fast/body-propagation/overflow/005-xhtml.xhtml [ Pass Timeout ]
+fast/body-propagation/background-color/002.html [ Pass Failure ]
+fast/borders/border-radius-position.html [ Pass Timeout ]
+fast/borders/border-image-slice-constrained.html [ Pass Failure ]
+fast/box-shadow/inset-box-shadow-radius.html [ Pass Failure ]
+fast/box-shadow/box-shadow-obscured-backgrounds.html [ Pass Timeout ]
+fast/css/font-face-repeated-url.html [ Pass Timeout ]
+fast/css/pseudo-required-optional-005.html [ Pass Timeout ]
+fast/css/error-in-last-decl.html [ ImageOnlyFailure Failure ]
+fast/css/vertical-text-overflow-ellipsis-text-align-center.html [ ImageOnlyFailure Failure ]
+fast/css/pseudo-required-optional-unapplied.html [ Pass Failure ]
+fast/css/content/content-quotes-02.html [ Pass Timeout ]
+fast/css/empty-cell-baseline.html [ Pass Timeout ]
+fast/css/image-rendering-canvas.html [ Pass Timeout ]
+fast/css/percentage-height-auto-sized-body-quirks.html [ Pass Failure ]
+fast/css/dynamic-style-attribute-query.html [ Pass Failure ]
+fast/css/fontloader-download-error.html [ Pass Failure ]
+fast/css/focus-ring-outline-offset.html [ Pass Failure ]
+fast/css/input-search-padding.html [ ImageOnlyFailure Failure ]
+fast/css/counters/counter-text-transform.html [ Pass Timeout ]
+fast/css-generated-content/003.html [ Pass Timeout ]
+fast/css-intrinsic-dimensions/width-property-value.html [ Pass Timeout ]
+fast/css-intrinsic-dimensions/min-width.html [ Pass Timeout ]
+fast/dom/clone-node-dynamic-style.html [ ImageOnlyFailure Failure ]
+fast/dom/Window/window-constructor-presence.html [ Pass Timeout ]
+fast/dom/Window/window-resize-and-move-sub-frame.html [ Pass Timeout ]
+fast/dom/Window/Location/location-override-toString-using-defineGetter.html        [ Pass Failure ]
+fast/dom/Window/Location/window-shadow-window-using-js-object-with-location-field.html [ Pass Failure ]
+fast/dom/DOMImplementation/implementation-identity.html [ Pass Timeout ]
+fast/dom/getElementsByClassName/004.html [ Pass Timeout ]
+fast/dom/XMLSerializer-entities.html [ Pass Timeout ]
+fast/dom/HTMLDocument/hasFocus.html        [ Pass Failure ]
+fast/dom/attribute-empty-value-no-children.html        [ Pass Timeout ]
+fast/dom/XMLSerializer-attribute-namespace-prefix-conflicts.html [ Pass Timeout ]
+fast/dom/importNode-null.html [ Pass Failure ]
+fast/backgrounds/selection-background-color.html [ Pass Timeout ]
+fast/dynamic/dirty-float-in-clean-line.html [ Pass Timeout ]
+fast/encoding/meta-charset.html [ Pass Failure ]
+fast/encoding/charset-koi8-u.html [ Pass Timeout ]
+fast/encoding/high-bit-latin1.html [ Pass Timeout ]
+fast/events/anchor-empty-focus.html [ Pass Timeout ]
+fast/events/attribute-listener-cloned-from-frameless-doc-context.html [ Pass Failure ]
+fast/events/drag-outside-window.html [ Pass Timeout ]
+fast/events/inputText-never-fired-on-keydown-cancel.html [ Pass Timeout ]
+fast/events/onchange-setvalue.html [ Pass Timeout ]
+fast/events/window-onerror4.html [ Pass Failure ]
+fast/flexbox/001.html [ Pass Failure ]
+fast/flexbox/016.html [ Pass Failure ]
+fast/forms/file/file-input-reset.html [ Pass Timeout ]
+fast/forms/image/image-error-event-modifies-type-crash.html [ Pass Failure ]
+fast/forms/label/labels-parent-and-sibling-labels.html [ Pass Timeout ]
+fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html [ Pass Timeout ]
+fast/forms/textfield-inside-anchor.html [ Pass Timeout ]
+fast/frames/javascript-url-for-deleted-frame.html [ Pass Failure ]
+fast/frames/sandboxed-iframe-scripting-05.html [ Pass Timeout ]
+fast/gradients/css3-repeating-linear-gradients2.html [ Pass Timeout ]
+fast/inline/inline-empty-block-continuation-remove.html [ Pass ImageOnlyFailure ]
+fast/inspector-support/matchedrules.html [ Pass Timeout ]
+fast/inspector-support/uncaught-dom3-exception.html [ Pass Timeout ]
+fast/invalid/016.html [ Pass Timeout ]
+fast/invalid/invalidSVGFont.html [ Pass Timeout ]
+fast/lists/ol-nested-list-dynamic-insert.html [ Pass Timeout ]
+fast/lists/007-vertical.html [ Pass Timeout ]
+fast/lists/ol-nested-list.html [ Pass Timeout ]
+fast/lists/list-marker-remove-crash.html [ Pass Timeout ]
+fast/lists/ol-reversed-nested-items.html [ Pass Timeout ]
+fast/media/mq-simple-neg-query-01.html [ Pass Timeout ]
+fast/media/mq-simple-neg-query-03.html [ Pass Timeout ]
+fast/multicol/hit-test-end-of-column.html [ Pass Timeout ]
+fast/multicol/newmulticol/direct-child-column-span-all.html [ Pass Timeout ]
+fast/multicol/newmulticol/balance2.html [ Pass Failure ]
+fast/parser/compatMode-in-xhtml.xhtml [ Pass Failure ]
+fast/parser/document-write-into-initial-document.html [ Pass Failure ]
+fast/repaint/intermediate-layout-position-clip.html        [ ImageOnlyFailure Failure ]
+fast/replaced/image-map-2.html [ Pass Timeout ]
+fast/ruby/rubyDOM-insert-rt-block-1.html [ Pass Timeout ]
+fast/scrolling/scrollable-area-overflow-auto-visibility-override.html [ Pass Failure ]
+fast/shapes/shape-inside/shape-inside-offset-block-children.html [ Pass ImageOnlyFailure ]
+fast/shapes/shape-inside/shape-inside-collinear-vertices.html [ Pass ImageOnlyFailure ]
+fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-right.html [ Pass Timeout ]
+fast/shapes/shape-outside-floats/shape-outside-image-fit-002.html [ Pass ImageOnlyFailure ]
+fast/shapes/parsing/parsing-shape-outside.html [ Pass Failure ]
+fast/table/033.html [ Pass Failure ]
+fast/table/border-collapsing/cached-change-tbody-border-width.html [ Pass Failure ]
+fast/table/cell-in-row-before-misnested-text-crash-css.html [ Pass Timeout ]
+fast/table/cell-overflow-simplified-layout.html [ Pass Timeout ]
+fast/text/text-transform-nontext-node-crash.xhtml [ Pass Timeout ]
+fast/tokenizer/ignore-tags-in-iframe.html [ Pass Timeout ]
+fast/tokenizer/document-write-racing-dom-access.html [ Pass Timeout ]
+fast/xmlhttprequest/xmlhttprequest-responsetype-text.html [ Pass Timeout ]
+fast/xpath/xpath-detached-import-assert.html [ Pass Timeout ]
+fast/xpath/4XPath/Core/test_literal_expr.html [ Pass Failure ]
+
+# Remove these expected failures when the Windows test bots are upgraded to support
+# WAV files with AVCF:
+webkit.org/b/128943 media/audio-constructor.html [ Failure ]
+webkit.org/b/128943 media/media-can-play-wav-audio.html [ Failure ]
+webkit.org/b/128943 media/media-load-event.html [ Failure ]
+
+fast/repaint/block-layout-inline-children-replaced.html [ Pass Timeout ImageOnlyFailure ]
+fast/repaint/transform-repaint-descendants.html [ Pass Timeout ImageOnlyFailure ]
+fast/replaced/width100percent-textarea.html [ Pass Timeout ImageOnlyFailure ]
+fast/table/border-collapsing/cached-change-row-border-color.html [ Pass Timeout ImageOnlyFailure ]
</ins></span></pre>
</div>
</div>

</body>
</html>