<!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>[179089] 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/179089">179089</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-01-25 10:37:02 -0800 (Sun, 25 Jan 2015)</dd>
</dl>

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

Skip crashes and timeouts to speed up test runs.

* platform/win/TestExpectations:</pre>

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

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (179088 => 179089)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-01-25 18:01:07 UTC (rev 179088)
+++ trunk/LayoutTests/ChangeLog        2015-01-25 18:37:02 UTC (rev 179089)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2015-01-25  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Unreviewed gardening.
+
+        Skip crashes and timeouts to speed up test runs.
+
+        * platform/win/TestExpectations:
+
</ins><span class="cx"> 2015-01-25  Gyuyoung Kim  &lt;gyuyoung.kim@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, gardening for EFL port.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (179088 => 179089)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-01-25 18:01:07 UTC (rev 179088)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-01-25 18:37:02 UTC (rev 179089)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> #
</span><del>-# Copyright (C) 2007-2014 Apple Inc. All rights reserved.
</del><ins>+# Copyright (C) 2007-2015 Apple Inc. All rights reserved.
</ins><span class="cx"> #
</span><span class="cx"> # Redistribution and use in source and binary forms, with or without
</span><span class="cx"> # modification, are permitted provided that the following conditions
</span><span class="lines">@@ -30,16 +30,8 @@
</span><span class="cx"> #
</span><span class="cx"> # See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
</span><span class="cx"> 
</span><del>-http/ [ Skip ]
</del><span class="cx"> sputnik/ [ Skip ]
</span><span class="cx"> 
</span><del>-
-# Apache 1.3 doesn't support SSL &lt;rdar://problem/5345985&gt;
-http/tests/navigation/ping-cross-origin-from-https.html
-http/tests/ssl
-http/tests/security/cross-frame-access-protocol-explicit-domain.html
-http/tests/security/cross-frame-access-protocol.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 [ Skip ]
</span><span class="lines">@@ -106,16 +98,16 @@
</span><span class="cx"> fast/repaint/overflow-scroll-touch-repaint.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # TODO Drag &amp; Drop doesn't work correctly in DRT &lt;rdar://5621244&gt;
</span><del>-fast/events/drop-handler-should-not-stop-navigate.html
-fast/events/drag-in-frames.html
-fast/events/drag-to-navigate.html
-fast/events/drop-with-file-paths.html
-fast/events/dropzone-004.html
-fast/events/only-valid-drop-targets-receive-file-drop.html
-fast/events/standalone-image-drag-to-editable.html
-fast/events/drag-and-drop-autoscroll-inner-frame.html
-http/tests/security/clipboard/clipboard-file-access.html
-http/tests/security/drag-drop-same-unique-origin.html
</del><ins>+fast/events/drop-handler-should-not-stop-navigate.html [ Skip ]
+fast/events/drag-in-frames.html [ Skip ]
+fast/events/drag-to-navigate.html [ Skip ]
+fast/events/drop-with-file-paths.html [ Skip ]
+fast/events/dropzone-004.html [ Skip ]
+fast/events/only-valid-drop-targets-receive-file-drop.html [ Skip ]
+fast/events/standalone-image-drag-to-editable.html [ Skip ]
+fast/events/drag-and-drop-autoscroll-inner-frame.html [ Skip ]
+http/tests/security/clipboard/clipboard-file-access.html [ Skip ]
+http/tests/security/drag-drop-same-unique-origin.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # TODO EventSender::dumpFilenameBeingDragged not implemented. (Chromium Only)
</span><span class="cx"> webkit.org/b/61829 fast/events/drag-image-filename.html [ Skip ]
</span><span class="lines">@@ -563,7 +555,7 @@
</span><span class="cx"> compositing/overflow/updating-scrolling-content.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # TODO Enable when support drag-and-drop autoscrolling
</span><del>-webkit.org/b/39725 [ Debug ] fast/events/drag-and-drop-autoscroll.html [ Crash ]
</del><ins>+webkit.org/b/39725 [ Debug ] fast/events/drag-and-drop-autoscroll.html [ Skip ]  # Crashing
</ins><span class="cx"> webkit.org/b/39725 [ Release ] fast/events/drag-and-drop-autoscroll.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # TODO Disable document.register tests, ENABLE_CUSTOM_ELEMENT disabled
</span><span class="lines">@@ -665,8 +657,8 @@
</span><span class="cx"> # &lt;rdar://5683523&gt; Failing on at least one bot due to pixel depth differences (may no longer fail)
</span><span class="cx"> fast/dom/Window/window-screen-properties.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# &lt;rdar://5313536&gt; Intermittently fails
-fast/dom/frame-loading-via-document-write.html [ Timeout ]
</del><ins>+# &lt;rdar://5313536&gt; Times out
+fast/dom/frame-loading-via-document-write.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # &lt;rdar://5692566&gt; Fails if run after fast/dom/Window/window-property-shadowing.html
</span><span class="cx"> webkit.org/b/16902 fast/encoding/mailto-always-utf-8.html [ Skip ]
</span><span class="lines">@@ -712,9 +704,9 @@
</span><span class="cx"> # Sometimes fail or timeout
</span><span class="cx"> webkit.org/b/48455 transitions/cancel-transition.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/48456 transitions/change-values-during-transition.html [ Pass Failure ]
</span><del>-webkit.org/b/106415 fast/workers/worker-close-more.html [ Timeout ]
</del><ins>+webkit.org/b/106415 fast/workers/worker-close-more.html [ Skip ]
</ins><span class="cx"> webkit.org/b/48750 fast/frames/sandboxed-iframe-storage.html [ Failure ]
</span><del>-webkit.org/b/48999 js/dom/exceptions-thrown-in-callbacks.html [ Timeout ]
</del><ins>+webkit.org/b/48999 js/dom/exceptions-thrown-in-callbacks.html [ Skip ]
</ins><span class="cx"> webkit.org/b/48753 http/tests/security/window-events-clear-port.html [ Pass Timeout ]
</span><span class="cx"> webkit.org/b/48753 http/tests/security/window-properties-clear-port.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="lines">@@ -727,8 +719,8 @@
</span><span class="cx"> http/tests/media [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Assertion failures
</span><del>-webkit.org/b/48910 [ Debug ] http/tests/media/pdf-served-as-pdf.html [ Crash ]
-webkit.org/b/48910 [ Debug ] http/tests/media/video-cancel-load.html [ Crash ]
</del><ins>+webkit.org/b/48910 [ Debug ] http/tests/media/pdf-served-as-pdf.html [ Skip ]  # Crashing
+webkit.org/b/48910 [ Debug ] http/tests/media/video-cancel-load.html [ Skip ]  # Crashing
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/58654 media/video-controls-in-media-document.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -741,7 +733,7 @@
</span><span class="cx"> media/media-can-play-flac-audio.html [ WontFix ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/112659 media/video-playing-and-pause.html [ Failure Pass ]
</span><del>-webkit.org/b/29047 media/audio-delete-while-step-button-clicked.html [ Timeout ]
</del><ins>+webkit.org/b/29047 media/audio-delete-while-step-button-clicked.html [ Skip ]
</ins><span class="cx"> media/video-empty-source.html [ Failure ]
</span><span class="cx"> # This test requires media controls has a volume slider.
</span><span class="cx"> media/video-volume-slider.html [ Failure ]
</span><span class="lines">@@ -759,7 +751,7 @@
</span><span class="cx"> fast/media/media-query-list-05.html [ Failure ]
</span><span class="cx"> fast/media/media-query-list-06.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/38376 media/media-document-audio-size.html [ Timeout ]
</del><ins>+webkit.org/b/38376 media/media-document-audio-size.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Media Stream API is not yet enabled.
</span><span class="cx"> fast/mediastream [ Skip ]
</span><span class="lines">@@ -769,10 +761,10 @@
</span><span class="cx"> webkit.org/b/45021 media/context-menu-actions.html
</span><span class="cx"> 
</span><span class="cx"> # requires video.buffered to be able to return multiple timeranges
</span><del>-http/tests/media/video-buffered.html
</del><ins>+http/tests/media/video-buffered.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/45603 http/tests/media/video-served-as-text.html [ Failure ]
</span><del>-webkit.org/b/56167 http/tests/media/remove-while-loading.html [ Timeout ]
</del><ins>+webkit.org/b/56167 http/tests/media/remove-while-loading.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Opera-submitted tests to W3C for &lt;track&gt;, a lot of failures still.
</span><span class="cx"> # webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
</span><span class="lines">@@ -830,9 +822,9 @@
</span><span class="cx"> # media/video-pause-immediately.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # The following are already skipped on Mac because of a QuickTime problem
</span><del>-#webkit.org/b/38000 http/tests/media/video-play-stall-seek.html [ Timeout ]
-#webkit.org/b/38000 http/tests/media/video-play-stall.html [ Timeout ]
-#webkit.org/b/38000 media/media-fullscreen-not-in-document.html [ Timeout ]
</del><ins>+#webkit.org/b/38000 http/tests/media/video-play-stall-seek.html [ Skip ]
+#webkit.org/b/38000 http/tests/media/video-play-stall.html [ Skip ]
+#webkit.org/b/38000 media/media-fullscreen-not-in-document.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Flaky media/video tests
</span><span class="cx"> #webkit.org/b/95806 media/video-aspect-ratio.html [ Pass Failure ]
</span><span class="lines">@@ -846,7 +838,7 @@
</span><span class="cx"> #webkit.org/b/95806 media/video-single-valid-source.html [ Pass Failure ]
</span><span class="cx"> #webkit.org/b/95806 media/video-source-error-no-candidate.html [ Pass Failure ]
</span><span class="cx"> #webkit.org/b/95806 media/video-src-remove.html [ Pass Failure ]
</span><del>-#webkit.org/b/95806 media/video-size-intrinsic-scale.html [ Timeout ]
</del><ins>+#webkit.org/b/95806 media/video-size-intrinsic-scale.html [ Skip ]
</ins><span class="cx"> #webkit.org/b/95806 media/video-source-media.html [ Pass Failure ]
</span><span class="cx"> #webkit.org/b/95806 media/video-source-load.html [ Pass Failure ]
</span><span class="cx"> #webkit.org/b/95806 media/video-source-moved.html [ Pass Failure ]
</span><span class="lines">@@ -854,14 +846,14 @@
</span><span class="cx"> #webkit.org/b/95806 media/video-src-empty.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> #media/controls-styling.html [ Failure Crash ]
</span><del>-#media/media-document-audio-repaint.html [ Timeout ]
</del><ins>+#media/media-document-audio-repaint.html [ Skip ]
</ins><span class="cx"> #webkit.org/b/25465 media/video-zoom-controls.html [ Failure ]
</span><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="cx"> #webkit.org/b/85262 fast/media/mq-resolution-dpi-dpcm-warning.html [ Skip ]
</span><span class="cx"> #webkit.org/b/97026 media/audio-controls-rendering.html [ Failure ]
</span><del>-#webkit.org/b/97026 media/audio-repaint.html [ Timeout ]
</del><ins>+#webkit.org/b/97026 media/audio-repaint.html [ Skip ] # Timeout
</ins><span class="cx"> #webkit.org/b/97026 media/controls-styling-strict.html [ Failure ]
</span><span class="cx"> #webkit.org/b/97026 media/video-controls-fullscreen-volume.html [ Failure ]
</span><span class="cx"> #http/tests/media/media-document.html [ Skip ]
</span><span class="lines">@@ -875,7 +867,7 @@
</span><span class="cx"> #webkit.org/b/97132 media/track/track-cue-rendering-vertical.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> #webkit.org/b/106477 media/video-controls-captions-trackmenu-sorted.html [ Failure ]
</span><del>-#webkit.org/b/106477 media/video-controls-captions-trackmenu.html [ Timeout ]
</del><ins>+#webkit.org/b/106477 media/video-controls-captions-trackmenu.html [ Skip ]  # [ Timeout ]
</ins><span class="cx"> #webkit.org/b/106477 media/video-controls-captions-trackmenu-hide-on-click.html [ Failure ]
</span><span class="cx"> #webkit.org/b/106477 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Failure ]
</span><span class="cx"> #webkit.org/b/106477 media/video-controls-visible-exiting-fullscreen.html [ Failure ]
</span><span class="lines">@@ -893,7 +885,7 @@
</span><span class="cx"> # WEBVTT_REGIONS is not enabled on win
</span><span class="cx"> #media/track/regions-webvtt [ Skip ]
</span><span class="cx"> 
</span><del>-#webkit.org/b/113076 [ Debug ] media/video-volume.html [ Crash ]
</del><ins>+#webkit.org/b/113076 [ Debug ] media/video-volume.html [ Skip ]  # Crashing
</ins><span class="cx"> #webkit.org/b/113076 [ Release ] media/video-volume.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Feature not implemented
</span><span class="lines">@@ -904,7 +896,7 @@
</span><span class="cx"> #media/track/video [ WontFix ]
</span><span class="cx"> #media/track/audio [ WontFix ]
</span><span class="cx"> 
</span><del>-#webkit.org/b/116564 media/click-volume-bar-not-pausing.html [ Timeout ]
</del><ins>+#webkit.org/b/116564 media/click-volume-bar-not-pausing.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #webkit.org/b/117322 media/video-poster-background.html [ ImageOnlyFailure ]
</span><span class="cx"> # These test fail due to 'notifyDone' not being executed.
</span><span class="cx"> #webkit.org/b/121509 media/audio-mpeg-supported.html        [ Skip ]
</span><span class="lines">@@ -958,8 +950,8 @@
</span><span class="cx"> #webkit.org/b/121509 media/audio-constructor-preload.html        [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> #webkit.org/b/62024 http/tests/media/video-cross-site.html [ Failure ]
</span><del>-#media/audio-constructor-src.html        [ Timeout ]
-#media/audio-delete-while-slider-thumb-clicked.html        [ Timeout ]
</del><ins>+#media/audio-constructor-src.html [ Skip ] #  [ Timeout ]
+#media/audio-delete-while-slider-thumb-clicked.html        [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/track/track-in-band-legacy-api.html [ Skip ]
</span><span class="cx"> #media/track/track-in-band-mode.html [ Skip ]
</span><span class="cx"> #fast/media/mq-transform-02.html [ Pass ImageOnlyFailure ]
</span><span class="lines">@@ -968,17 +960,17 @@
</span><span class="cx"> # They need to be rebaselined.
</span><span class="cx"> # REGRESSION(r156730): 18 media tests broken (122021)
</span><span class="cx"> #webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html [ Failure ]
</span><del>-#webkit.org/b/122021 media/video-controls-toggling.html [ Timeout ]
</del><ins>+#webkit.org/b/122021 media/video-controls-toggling.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # The following tests also seem affected by r156730
</span><span class="cx"> #webkit.org/b/122166 media/track/audio-track.html [ Failure ]
</span><span class="cx"> #webkit.org/b/122166 media/track/video-track.html [ Failure ]
</span><del>-#webkit.org/b/122166 media/audio-controls-do-not-fade-out.html [ Timeout ]
</del><ins>+#webkit.org/b/122166 media/audio-controls-do-not-fade-out.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #webkit.org/b/122166 media/media-controls-invalid-url.html [ Failure ]
</span><span class="cx"> #webkit.org/b/122166 media/media-volume-slider-rendered-normal.html [ Failure ]
</span><span class="cx"> #webkit.org/b/122166 media/video-controls-visible-audio-only.html [ Failure ]
</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 [ Timeout ]
</del><ins>+#media/video-canvas-drawing-output.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> # Mock media source does not work on Windows
</span><span class="cx"> # CONSOLE MESSAGE: line 13: TypeError: undefined is not a function (evaluating 'internals.initializeMockMediaSource()')
</span><span class="cx"> # CONSOLE MESSAGE: line 18: ReferenceError: Can't find variable: MediaSource
</span><span class="lines">@@ -991,32 +983,32 @@
</span><span class="cx"> 
</span><span class="cx"> # Remove these expected failures when the Windows test bots are upgraded to support
</span><span class="cx"> # WAV files with AVCF:
</span><del>-#webkit.org/b/128943 media/audio-constructor.html [ Timeout ]
</del><ins>+#webkit.org/b/128943 media/audio-constructor.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #webkit.org/b/128943 media/media-can-play-wav-audio.html [ Failure ]
</span><del>-#webkit.org/b/128943 media/media-load-event.html [ Timeout ]
</del><ins>+#webkit.org/b/128943 media/media-load-event.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> # DataCue.value not enabled
</span><span class="cx"> #http/tests/media/track-in-band-hls-metadata.html [ Skip ]
</span><span class="cx"> #media/track/track-datacue-value.html [ Skip ]
</span><span class="cx"> #[ Release ] http/tests/media/video-cancel-load.html [ Crash Failure Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Skip remaining failing media tests after adding audio devices to the bots
</span><del>-#media/audio-only-video-intrinsic-size.html [ Timeout ]
-#media/audio-play-event.html [ Timeout ]
-#media/context-menu-actions.html [ Timeout ]
</del><ins>+#media/audio-only-video-intrinsic-size.html [ Skip ] #  [ Timeout ]
+#media/audio-play-event.html [ Skip ] #  [ Timeout ]
+#media/context-menu-actions.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/controls-after-reload.html [ Failure ]
</span><span class="cx"> #media/controls-strict.html [ Failure ]
</span><span class="cx"> #media/controls-without-preload.html [ Failure ]
</span><del>-#media/media-blocked-by-beforeload.html [ Timeout ]
</del><ins>+#media/media-blocked-by-beforeload.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/media-can-play-flac-audio.html [ Failure ]
</span><span class="cx"> #media/media-can-play-ogg.html [ Failure ]
</span><del>-#media/media-captions.html [ Timeout ]
-#media/media-continues-playing-after-replace-source.html [ Timeout ]
-#media/media-controls-cancel-events.html [ Timeout ]
-#media/media-document-audio-controls-visible.html [ Timeout ]
</del><ins>+#media/media-captions.html [ Skip ] #  [ Timeout ]
+#media/media-continues-playing-after-replace-source.html [ Skip ] #  [ Timeout ]
+#media/media-controls-cancel-events.html [ Skip ] #  [ Timeout ]
+#media/media-document-audio-controls-visible.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/media-document-audio-size.html [ Failure ]
</span><del>-#media/media-volume-slider-rendered-below.html [ Timeout ]
</del><ins>+#media/media-volume-slider-rendered-below.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/sources-fallback-codecs.html [ Failure ]
</span><del>-#media/track/track-datacue.html [ Timeout ]
</del><ins>+#media/track/track-datacue.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/track/track-in-band-subtitles-too-large.html [ Failure ]
</span><span class="cx"> #media/track/track-long-word-container-sizing.html [ Failure ]
</span><span class="cx"> #media/video-canvas-source.html [ Failure ]
</span><span class="lines">@@ -1024,9 +1016,9 @@
</span><span class="cx"> #media/video-colorspace-yuv422.html [ Failure ]
</span><span class="cx"> #media/video-controls-audiotracks-trackmenu.html [ Failure ]
</span><span class="cx"> #media/video-controls-rendering.html [ Failure ]
</span><del>-#media/video-defaultmuted.html [ Timeout ]
</del><ins>+#media/video-defaultmuted.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/video-display-toggle.html [ Failure ]
</span><del>-#media/video-does-not-loop.html [ Timeout ]
</del><ins>+#media/video-does-not-loop.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> #media/video-empty-source.html [ Skip ]
</span><span class="cx"> #media/video-no-audio.html [ Failure ]
</span><span class="cx"> #media/video-pause-immediately.html [ Failure ]
</span><span class="lines">@@ -1040,7 +1032,7 @@
</span><span class="cx"> #media/track/w3c/interfaces/TextTrackCue/startTime.html [ Skip ]
</span><span class="cx"> #media/track/w3c/interfaces/TextTrackCue/track.html [ Skip ]
</span><span class="cx"> #media/video-volume-slider-drag.html [ Skip ]
</span><del>-#media/audio-delete-while-step-button-clicked.html [ Timeout ]
</del><ins>+#media/audio-delete-while-step-button-clicked.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> ################################################################################
</span><span class="cx"> ############################   End Media Failures   ############################
</span><span class="cx"> ################################################################################
</span><span class="lines">@@ -1063,7 +1055,7 @@
</span><span class="cx"> webkit.org/b/140788 editing/pasteboard/simplfiying-markup-should-not-strip-content.html [ Failure ]
</span><span class="cx"> webkit.org/b/29057 editing/pasteboard/files-during-page-drags.html [ Failure ]
</span><span class="cx"> # TODO eventSender.contextClick() needs to return a JS array of the context menu items.
</span><del>-webkit.org/b/62597 editing/pasteboard/copy-standalone-image-crash.html [ Timeout ]
</del><ins>+webkit.org/b/62597 editing/pasteboard/copy-standalone-image-crash.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> # TODO Windows port doesn't support HTML in pastes.
</span><span class="cx"> webkit.org/b/55921 editing/pasteboard/onpaste-text-html-types.html [ Failure ]
</span><span class="cx"> # TODO DataTransferItems is not yet implemented.
</span><span class="lines">@@ -1322,14 +1314,14 @@
</span><span class="cx"> webkit.org/b/130011 accessibility/aria-setsize-posinset.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener
</span><del>-#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 ]
</del><ins>+#webkit.org/b/87426 [ Debug ] accessibility/menu-list-sends-change-notification.html [ Skip ]  # Crashing
+#webkit.org/b/87425 [ Debug ] accessibility/multiselect-list-reports-active-option.html [ Skip ]  # Crashing
+#webkit.org/b/87425 [ Debug ] platform/win/accessibility/detached-object-notification-crash.html [ Skip ]  # Crashing
</ins><span class="cx"> 
</span><span class="cx"> # Test times out
</span><span class="cx"> webkit.org/b/95405 platform/win/accessibility/single-select-children.html [ Skip ]
</span><span class="cx"> accessibility/file-upload-button-stringvalue.html
</span><del>-webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html [ Timeout ]
</del><ins>+webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # AX role needs to be updated on Windows, many test cases involve AX role crash or fail
</span><span class="cx"> #accessibility/svg-bounds.html
</span><span class="lines">@@ -1520,11 +1512,10 @@
</span><span class="cx"> compositing/webgl/webgl-background-color.html [ Skip ]
</span><span class="cx"> compositing/webgl/webgl-reflection.html [ Skip ]
</span><span class="cx"> fast/images/webgl-teximage2d.html [ Skip ]
</span><del>-[ Release ] fast/canvas/webgl [ Skip ]
</del><ins>+#[ Release ] fast/canvas/webgl [ Skip ]
</ins><span class="cx"> http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ]
</span><span class="cx"> http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Skip ]
</span><span class="cx"> http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
</span><del>-
</del><span class="cx"> ################################################################################
</span><span class="cx"> #################          End WebGL Issues              #######################
</span><span class="cx"> ################################################################################
</span><span class="lines">@@ -1533,7 +1524,6 @@
</span><span class="cx"> ################################################################################
</span><span class="cx"> ##################          MathML Issues                   ####################
</span><span class="cx"> ################################################################################
</span><del>-
</del><span class="cx"> webkit.org/b/119002 mathml/presentation/bug97990.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/119002 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/127495 mathml/presentation/maction-toggle.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1544,13 +1534,13 @@
</span><span class="cx"> webkit.org/b/130322 mathml/opentype/vertical.html [ Failure ]
</span><span class="cx"> webkit.org/b/72828 mathml/opentype/horizontal.html [ Failure ]
</span><span class="cx"> webkit.org/b/72828 mathml/opentype/horizontal-munderover.html [ Failure ]
</span><ins>+mathml/presentation/mo-invisible.html [ Skip ]  # Crashing
</ins><span class="cx"> webkit.org/b/119038 mathml/presentation/mo-stretch.html [ Failure ]
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/roots.xhtml [ Failure ]
</span><del>-mathml/opentype/opentype-stretchy-horizontal.html [ Crash Failure ]
</del><ins>+mathml/opentype/opentype-stretchy-horizontal.html [ Skip ]  # Crashing
</ins><span class="cx"> mathml/presentation/style-changed.html [ Crash Pass ]
</span><del>-webkit.org/b/140522 mathml/opentype/munderover-layout-resize.html [ Crash ]
</del><ins>+webkit.org/b/140522 mathml/opentype/munderover-layout-resize.html [ Skip ]  # Crashing
</ins><span class="cx"> mathml/very-large-stretchy-operators.html [ Skip ]
</span><del>-
</del><span class="cx"> ################################################################################
</span><span class="cx"> #################          End MathML Issues                ####################
</span><span class="cx"> ################################################################################
</span><span class="lines">@@ -1579,7 +1569,7 @@
</span><span class="cx"> webkit.org/b/136484 fast/css-generated-content/initial-letter-sunken.html [ Failure ]
</span><span class="cx"> fast/css/direct-adjacent-style-update-optimization.html [ Failure ]
</span><span class="cx"> fast/css/indirect-adjacent-style-update-optimization.html [ Failure ]
</span><del>-fast/css/read-only-read-write-input-basics.html [ ImageOnlyFailure ]
</del><ins>+webkit.org/b/140767 fast/css/read-only-read-write-input-basics.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=138025
</span><span class="cx"> # Larger text and as a result, larger elements containing said text (as compared to Mac port)
</span><span class="lines">@@ -1624,10 +1614,10 @@
</span><span class="cx"> ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ]
</span><span class="cx"> [ Release ] ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
</span><span class="cx"> css3/masking/clip-path-inset.html [ ImageOnlyFailure ]
</span><del>-css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html [ Timeout ]
-css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html [ Timeout ]
-css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html [ Timeout ]
-css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html [ Timeout ]
</del><ins>+css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html [ Skip ] #  [ Timeout ]
+css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html [ Skip ] #  [ Timeout ]
+css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html [ Skip ] #  [ Timeout ]
+css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> css1/box_properties/padding_left.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/140724 css2.1/t1202-counter-04-b.html [ Failure ]
</span><span class="cx"> webkit.org/b/140724 css2.1/t1202-counters-04-b.html [ Failure ]
</span><span class="lines">@@ -1636,7 +1626,6 @@
</span><span class="cx"> css3/flexbox/button.html [ Failure ]
</span><span class="cx"> css3/flexbox/flexitem.html [ Failure ]
</span><span class="cx"> css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
</span><del>-webkit.org/b/140767 fast/css/read-only-read-write-input-basics.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/107356 fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
</span><span class="cx"> ################################################################################
</span><span class="cx"> #################            End CSS Issues              #######################
</span><span class="lines">@@ -1670,7 +1659,7 @@
</span><span class="cx"> # Are not drawing as tiny slivers. Still show full control.
</span><span class="cx"> webkit.org/b/137962 fast/forms/menulist-narrow-width.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/140506 fast/forms/select/popup-closes-on-blur.html [ Crash ]
</del><ins>+webkit.org/b/140506 fast/forms/select/popup-closes-on-blur.html [ Skip ]  # Crashing
</ins><span class="cx"> webkit.org/b/93667 fast/forms/select/menulist-popup-crash.html [ Pass Timeout ]
</span><span class="cx"> fast/forms/file/file-input-reset.html [ Pass Timeout ]
</span><span class="cx"> fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html [ Pass Timeout ]
</span><span class="lines">@@ -1703,6 +1692,156 @@
</span><span class="cx"> #################          End Forms Issues              #######################
</span><span class="cx"> ################################################################################
</span><span class="cx"> 
</span><ins>+
+################################################################################
+################             HTTP Issues                 #######################
+################################################################################
+
+http/ [ Skip ]
+
+# Apache 1.3 doesn't support SSL &lt;rdar://problem/5345985&gt;
+#http/tests/navigation/ping-cross-origin-from-https.html
+#http/tests/ssl
+#http/tests/security/cross-frame-access-protocol-explicit-domain.html
+#http/tests/security/cross-frame-access-protocol.html
+
+#&lt;rdar://problem/5224271&gt; Some LayoutTests fail when not run by themselves.
+#http/tests/navigation/anchor-frames.html
+
+# Sometimes times out
+#webkit.org/b/63806 http/tests/cache/history-only-cached-subresource-loads-max-age-https.html [ Pass Timeout ]
+#webkit.org/b/25189 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ]
+#webkit.org/b/25483 http/tests/navigation/redirect-cycle.html [ Pass Timeout ]
+#webkit.org/b/28467 http/tests/loading/preload-img-test.html [ Pass Timeout ]
+
+# Different tests sometimes time out on apple-windows-5
+#webkit.org/b/55579 http/tests/websocket [ Skip ]
+
+# Times out &lt;rdar://problem/9304941&gt;
+#http/tests/multipart/invalid-image-data-standalone.html [ Pass Timeout ]
+
+# Times out &lt;rdar://problem/7091605&gt;
+#http/tests/cache/subresource-expiration-1.html [ Pass Timeout ]
+#http/tests/cache/subresource-expiration-2.html [ Pass Timeout ]
+
+# Not investigated yet
+#webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nopassword.html
+#webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nouser.html
+
+# &lt;rdar://problem/5961006&gt; LayoutTests that send an OPTIONS request don't work on Windows due to Apache 1.3
+#http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html
+#http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html
+
+# 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 Failure ]
+#webkit.org/b/25344 [ Debug ] http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html [ Skip ]  # Crashing
+
+# FIXME: File bugs and examine these tests
+#http/tests/xmlhttprequest/cache-override.html [ Failure ]
+#http/tests/xmlhttprequest/cross-origin-no-authorization.html [ Pass Failure Timeout ]
+
+# &lt;rdar://7127902&gt; Crashes on Windows debug
+#[ Debug ] http/tests/misc/favicon-loads-with-images-disabled.html [ Skip ]  # Crashing
+
+# Mixed content tests failing on Windows
+#webkit.org/b/29213 http/tests/security/mixedContent [ Failure ]
+
+# Skip these two failures I introduced this morning while I explore them.
+#http/tests/globalhistory/history-delegate-basic-visited-links.html [ Failure ]
+
+# HTTP 204 (No Content) should be ignored
+#webkit.org/b/60206 http/tests/navigation/response204.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 [ Pass Failure ]
+#webkit.org/b/24810 http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html [ Pass 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 [ Pass Failure ]
+#webkit.org/b/24810 http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html [ Pass Failure ]
+#webkit.org/b/24810 http/tests/xmlhttprequest/redirect-cross-origin-sync.html [ Pass Failure ]
+#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 Failure Timeout ]
+#webkit.org/b/24810 http/tests/security/originHeader/origin-header-for-https.html [ Failure Timeout ]
+#http/tests/security/referrer-policy-https-origin.html [ Skip ] #  [ Timeout ]
+#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
+#http/tests/security/no-referrer.html [ Pass Failure ]
+#http/tests/security/referrer-policy-https-always.html [ Pass Failure Timeout ]
+#http/tests/security/referrer-policy-https-default.html [ Pass Failure Timeout  ]
+#http/tests/security/referrer-policy-https-never.html [ Skip ] #  [ Timeout ]
+#http/tests/security/referrer-policy-redirect.html [ Timeout ]
+#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 ]
+#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/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 ]
+#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 ]
+#webkit.org/b/97485 http/tests/security/sandboxed-iframe-form-top.html [ Skip ]
+#webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Skip ]
+#webkit.org/b/98079 http/tests/security/cross-origin-local-storage-wk1.html [ Skip ]
+#webkit.org/b/97026 http/tests/cookies/third-party-cookie-relaxing.html [ Failure ]
+#http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Skip ]
+#http/tests/security/mixedContent/insecure-xhr-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Timeout ]
+#http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/blob-url-in-iframe.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/insecure-image-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/insecure-css-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/security/mixedContent/data-url-iframe-in-main-frame.html [ Skip ] #  [ Timeout ]
+#http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html [ Skip ] #  [ Timeout ]
+#http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html [ Skip ] #  [ Timeout ]
+#http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html [ Skip ] #  [ Timeout ]
+################################################################################
+#################            End HTTP Issues             #######################
+################################################################################
+
+
</ins><span class="cx"> fast/text/atsui-pointtooffset-calls-cg.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/5643675&gt; window.scrollTo scrolls a window with no scrollbars
</span><span class="lines">@@ -1711,15 +1850,9 @@
</span><span class="cx"> # fast/html/keygen.html is failing on boomer &lt;rdar://problem/5133799&gt;
</span><span class="cx"> fast/html/keygen.html [ Failure ]
</span><span class="cx"> 
</span><del>-#&lt;rdar://problem/5224271&gt; Some LayoutTests fail when not run by themselves.
-http/tests/navigation/anchor-frames.html
</del><span class="cx"> 
</span><span class="cx"> # Sometimes times out
</span><span class="cx"> webkit.org/b/48997 animations/animation-iteration-event-destroy-renderer.html [ Pass Timeout ]
</span><del>-webkit.org/b/63806 http/tests/cache/history-only-cached-subresource-loads-max-age-https.html [ Pass Timeout ]
-webkit.org/b/25189 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ]
-webkit.org/b/25483 http/tests/navigation/redirect-cycle.html [ Pass Timeout ]
-webkit.org/b/28467 http/tests/loading/preload-img-test.html [ Pass Timeout ]
</del><span class="cx"> fast/frames/flattening/scrolling-in-object.html [ Pass Timeout ]
</span><span class="cx"> webkit.org/b/24810 fast/dom/location-new-window-no-crash.html [ Pass Timeout ]
</span><span class="cx"> webkit.org/b/24810 fast/loader/user-style-sheet-resource-load-callbacks.html [ Pass Timeout ]
</span><span class="lines">@@ -1728,28 +1861,10 @@
</span><span class="cx"> webkit.org/b/49182 [ Release ] animations/stop-animation-on-suspend.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/49182 [ Debug ] animations/stop-animation-on-suspend.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Different tests sometimes time out on apple-windows-5
-webkit.org/b/55579 http/tests/websocket [ Skip ]
-
-# Times out &lt;rdar://problem/9304941&gt;
-http/tests/multipart/invalid-image-data-standalone.html [ Pass Timeout ]
-
-# Times out &lt;rdar://problem/7091605&gt;
-http/tests/cache/subresource-expiration-1.html [ Pass Timeout ]
-http/tests/cache/subresource-expiration-2.html [ Pass Timeout ]
-
</del><span class="cx"> # Timed out loading page (check if this is due to missing DumpRenderTree functionality)
</span><span class="cx"> fast/encoding/char-encoding.html [ Skip ]
</span><span class="cx"> fast/frames/frame-navigation.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Not investigated yet
-webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nopassword.html
-webkit.org/b/51596 http/tests/xmlhttprequest/basic-auth-nouser.html
-
-# &lt;rdar://problem/5961006&gt; LayoutTests that send an OPTIONS request don't work on Windows due to Apache 1.3
-http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html
-http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html
-
</del><span class="cx"> fast/text/international/hindi-whitespace.html [ Failure ]
</span><span class="cx"> fast/text/international/khmer-selection.html [ Failure ]
</span><span class="cx"> webkit.org/b/140231 fast/text/international/plane2.html [ Failure ]
</span><span class="lines">@@ -1757,27 +1872,10 @@
</span><span class="cx"> webkit.org/b/49769 fast/dom/HTMLProgressElement/progress-element-with-child-crash.html [ Failure ]
</span><span class="cx"> webkit.org/b/50994 fast/loader/user-stylesheet-fast-path.html [ Failure ]
</span><span class="cx"> webkit.org/b/59062 fast/images/animated-gif-restored-from-bfcache.html [ Failure ]
</span><del>-fast/images/animated-gif-window-resizing.html [ Timeout ]
-fast/images/animated-gif-zooming.html [ Timeout ]
</del><ins>+fast/images/animated-gif-window-resizing.html [ Skip ] #  [ Timeout ]
+fast/images/animated-gif-zooming.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> webkit.org/b/140211 fast/xsl/sort-locale.xml [ Failure ]
</span><span class="cx"> 
</span><del>-# 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 Failure ]
-webkit.org/b/25344 [ Debug ] http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html [ Crash ]
-
-# FIXME: File bugs and examine these tests
-http/tests/xmlhttprequest/cache-override.html [ Failure ]
-http/tests/xmlhttprequest/cross-origin-no-authorization.html [ Pass Failure Timeout ]
-
-# &lt;rdar://7127902&gt; Crashes on Windows debug
-[ Debug ] http/tests/misc/favicon-loads-with-images-disabled.html [ Crash ]
-
-# Mixed content tests failing on Windows
-webkit.org/b/29213 http/tests/security/mixedContent [ Failure ]
-
-# Skip these two failures I introduced this morning while I explore them.
-http/tests/globalhistory/history-delegate-basic-visited-links.html [ Failure ]
-
</del><span class="cx"> # Image Only Failures
</span><span class="cx"> fast/text-autosizing/narrow-iframe-flattened.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/international/synthesized-italic-vertical.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1788,9 +1886,6 @@
</span><span class="cx"> # Still working out flakiness issues with the perf tests.
</span><span class="cx"> webkit.org/b/44199 perf/ [ Skip ]
</span><span class="cx"> 
</span><del>-# HTTP 204 (No Content) should be ignored
-webkit.org/b/60206 http/tests/navigation/response204.html [ Failure ]
-
</del><span class="cx"> # Fails because MutationObservers are not notified at end-of-task
</span><span class="cx"> webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1804,7 +1899,7 @@
</span><span class="cx"> webkit.org/b/87469 fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Inspector Protocol
</span><del>-webkit.org/b/140510 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Crash ]
</del><ins>+webkit.org/b/140510 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Skip ]  # Crashing
</ins><span class="cx"> webkit.org/b/128979 [ Release ] inspector-protocol/dom/getAccessibilityPropertiesForNode.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Tests that exceed maximum call stack on windows
</span><span class="lines">@@ -1821,7 +1916,6 @@
</span><span class="cx"> webkit.org/b/140707 storage/domstorage/storage-close-database-on-idle.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/140725 fast/dom/34176.html [ Failure ]
</span><del>-webkit.org/b/58845 fast/dom/title-directionality-removeChild.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Windows doesn't seem to have some of these fonts:
</span><span class="cx"> webkit.org/b/116564 fast/text/text-combine-different-fonts.html [ Failure ]
</span><span class="lines">@@ -1850,27 +1944,13 @@
</span><span class="cx"> webkit.org/b/24810 fast/text/international/hindi-spacing.html [ Failure ]
</span><span class="cx"> fast/text/international/text-combine-image-test.html [ Failure ]
</span><span class="cx"> fast/text/unicode-variation-selector.html [ Failure Crash ]
</span><del>-webkit.org/b/24810 http/tests/misc/window-dot-stop.html [ Failure ]
-webkit.org/b/24810 http/tests/xmlhttprequest/abort-should-cancel-load.html [ Pass Failure ]
-webkit.org/b/24810 http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html [ Pass 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 [ Pass Failure ]
-webkit.org/b/24810 http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html [ Pass Failure ]
-webkit.org/b/24810 http/tests/xmlhttprequest/redirect-cross-origin-sync.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/24810 security/block-test.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 transforms/2d/zoom-menulist.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/loader/local-CSS-from-local.html [ Failure Timeout ]
</span><span class="cx"> webkit.org/b/24810 fast/loader/local-JavaScript-from-local.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/loader/local-image-from-local.html [ Failure ]
</span><del>-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 Failure Timeout ]
-webkit.org/b/24810 http/tests/security/originHeader/origin-header-for-https.html [ Failure Timeout ]
</del><span class="cx"> fast/block/float/overhanging-tall-block.html [ Failure ]
</span><del>-fast/dom/MutationObserver/inline-event-listener.html [ Timeout ]
</del><ins>+fast/dom/MutationObserver/inline-event-listener.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> fast/events/dropzone-005.html [ Failure ]
</span><span class="cx"> fast/harness/results.html [ Failure ]
</span><span class="cx"> fast/images/support-broken-image-delegate.html [ Failure ]
</span><span class="lines">@@ -1888,63 +1968,7 @@
</span><span class="cx"> compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure ]
</span><span class="cx"> compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure ]
</span><span class="cx"> webkit.org/b/140216 fast/writing-mode/broken-ideograph-small-caps.html [ Failure ]
</span><del>-http/tests/security/referrer-policy-https-origin.html [ Timeout ]
-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
-http/tests/security/no-referrer.html [ Pass Failure ]
-http/tests/security/referrer-policy-https-always.html [ Pass Failure Timeout ]
-http/tests/security/referrer-policy-https-default.html [ Pass Failure Timeout  ]
-http/tests/security/referrer-policy-https-never.html [ Timeout ]
-http/tests/security/referrer-policy-redirect.html [ Timeout ]
-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 ]
</del><span class="cx"> webkit.org/b/97026 scrollbars/custom-scrollbar-with-incomplete-style.html [ Failure ]
</span><del>-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/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 ]
-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 ]
-webkit.org/b/97485 http/tests/security/sandboxed-iframe-form-top.html [ Skip ]
-webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Skip ]
-webkit.org/b/98079 http/tests/security/cross-origin-local-storage-wk1.html [ Skip ]
</del><span class="cx"> transitions/move-after-transition.html [ Failure Timeout ]
</span><span class="cx"> compositing/text-on-large-layer.html [ Failure ]
</span><span class="cx"> compositing/iframes/fixed-position-iframe.html [ Failure ]
</span><span class="lines">@@ -1952,7 +1976,6 @@
</span><span class="cx"> compositing/tiling/huge-layer-resize.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 fast/events/keydown-leftright-keys.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 fast/loader/javascript-url-in-embed.html [ Failure ]
</span><del>-webkit.org/b/97026 http/tests/cookies/third-party-cookie-relaxing.html [ Failure ]
</del><span class="cx"> webkit.org/b/103043 fast/events/frame-scroll-fake-mouse-move.html [ Skip ]
</span><span class="cx"> webkit.org/b/103043 fast/events/overflow-scroll-fake-mouse-move.html [ Skip ]
</span><span class="cx"> compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html [ Failure ]
</span><span class="lines">@@ -1969,7 +1992,7 @@
</span><span class="cx"> webkit.org/b/113946 compositing/filters/sw-layer-overlaps-hw-shadow.html [ Failure ]
</span><span class="cx"> webkit.org/b/113946 compositing/filters/sw-shadow-overlaps-hw-layer.html [ Failure ]
</span><span class="cx"> webkit.org/b/113946 compositing/filters/sw-shadow-overlaps-hw-shadow.html [ Failure ]
</span><del>-js/dom/callback-function-with-handle-event.html [ Timeout ]
</del><ins>+js/dom/callback-function-with-handle-event.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> webkit.org/b/116564 compositing/contents-opaque/filter.html [ Failure ]
</span><span class="cx"> webkit.org/b/116564 compositing/layer-creation/animation-overlap-with-children.html [ Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/block/lineboxcontain/block-with-ideographs.xhtml [ Failure ]
</span><span class="lines">@@ -1987,20 +2010,20 @@
</span><span class="cx"> webkit.org/b/117323 fast/frames/sandboxed-iframe-about-blank.html [ Failure ]
</span><span class="cx"> webkit.org/b/117323 fast/frames/sandboxed-iframe-navigation-allowed.html [ Failure ]
</span><span class="cx"> webkit.org/b/117323 fast/replaced/invalid-object-with-fallback.html [ Failure ]
</span><del>-webkit.org/b/117323 fast/replaced/no-focus-ring-embed.html [ Timeout ]
-webkit.org/b/117323 fast/replaced/no-focus-ring-object.html [ Timeout ]
</del><ins>+webkit.org/b/117323 fast/replaced/no-focus-ring-embed.html [ Skip ] #  [ Timeout ]
+webkit.org/b/117323 fast/replaced/no-focus-ring-object.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> webkit.org/b/117323 fast/replaced/object-with-embed-url-param.html [ Failure ]
</span><span class="cx"> fast/dom/call-a-constructor-as-a-function.html [ Failure ]
</span><span class="cx"> fast/lists/inlineBoxWrapperNullCheck.html [ Failure ]
</span><span class="cx"> js/dom/global-constructors-attributes-dedicated-worker.html [ Failure ]
</span><del>-webkit.org/b/121509 fast/dom/MutationObserver/database-callback-delivery.html [ Timeout ]
</del><ins>+webkit.org/b/121509 fast/dom/MutationObserver/database-callback-delivery.html [ Skip ] #  [ Timeout ]
</ins><span class="cx"> # fast/events/page-visibility tests timeout.
</span><del>-webkit.org/b/121509 fast/events/page-visibility-iframe-delete-test.html        [ Timeout ]
-webkit.org/b/121509 fast/events/wheelevent-mousewheel-interaction.html        [ Timeout ]
-webkit.org/b/121509 fast/events/page-visibility-iframe-propagation-test.html        [ Timeout ]
-webkit.org/b/121509 fast/events/page-visibility-transition-test.html        [ Timeout ]
-webkit.org/b/121509 fast/events/page-visibility-iframe-move-test.html        [ Timeout ]
-webkit.org/b/121509 fast/history/go-back-to-iframe-with-plugin.html        [ Timeout ]
</del><ins>+webkit.org/b/121509 fast/events/page-visibility-iframe-delete-test.html        [ Skip ] #  [ Timeout ]
+webkit.org/b/121509 fast/events/wheelevent-mousewheel-interaction.html        [ Skip ] #  [ Timeout ]
+webkit.org/b/121509 fast/events/page-visibility-iframe-propagation-test.html        [ Skip ] #  [ Timeout ]
+webkit.org/b/121509 fast/events/page-visibility-transition-test.html        [ Skip ] #  [ Timeout ]
+webkit.org/b/121509 fast/events/page-visibility-iframe-move-test.html        [ Skip ] #  [ Timeout ]
+webkit.org/b/121509 fast/history/go-back-to-iframe-with-plugin.html        [ Skip ] #  [ Timeout ]
</ins><span class="cx"> fast/repaint/canvas-putImageData.html [ Failure ]
</span><span class="cx"> fast/events/wheelevent-basic.html [ Failure ]
</span><span class="cx"> fast/events/wheelevent-constructor.html [ Failure ]
</span><span class="lines">@@ -2015,6 +2038,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Don't run these time-outs for now
</span><span class="cx"> js/dom/random-array-gc-stress.html [ Skip ]
</span><ins>+js/slow-stress/Int32Array-alloc-large-long-lived.html [ Skip ]  # Crashing
</ins><span class="cx"> 
</span><span class="cx"> # Flaky test fails on only certain machine configurations
</span><span class="cx"> printing/print-close-crash.html [ Pass Failure ]
</span><span class="lines">@@ -2099,12 +2123,12 @@
</span><span class="cx"> imported/w3c/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Assertion failures
</span><del>-webkit.org/b/140516 [ Debug ] fast/images/large-size-image-crash.html [ Crash ]
-webkit.org/b/140517 [ Debug ] fast/forms/button-first-line-first-letter.html [ Crash ]
-webkit.org/b/140518 [ Debug ] fast/events/drag-and-drop-autoscroll.html [ Crash ]
-webkit.org/b/140519 [ Debug ] fast/flexbox/flexing-overflow-scroll-item.html [ Crash ]
-webkit.org/b/140519 [ Debug ] fast/selectors/querySelector-id-with-multiple-elements-with-same-id.html [ Crash ]
-webkit.org/b/140506 fast/forms/textfield-lastchange-was-useredit.html [ Crash ]
</del><ins>+webkit.org/b/140516 [ Debug ] fast/images/large-size-image-crash.html [ Skip ]  # Crashing
+webkit.org/b/140517 [ Debug ] fast/forms/button-first-line-first-letter.html [ Skip ]  # Crashing
+webkit.org/b/140518 [ Debug ] fast/events/drag-and-drop-autoscroll.html [ Skip ]  # Crashing
+webkit.org/b/140519 [ Debug ] fast/flexbox/flexing-overflow-scroll-item.html [ Skip ]  # Crashing
+webkit.org/b/140519 [ Debug ] fast/selectors/querySelector-id-with-multiple-elements-with-same-id.html [ Skip ]  # Crashing
+webkit.org/b/140506 fast/forms/textfield-lastchange-was-useredit.html [ Skip ]  # Crashing
</ins><span class="cx"> js/caller-property.html [ Pass Failure ]
</span><span class="cx"> js/mod-crash.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2139,12 +2163,10 @@
</span><span class="cx"> fast/replaced/width100percent-radio.html [ Failure ]
</span><span class="cx"> fast/selectors/querySelector-window-inactive.html [ Failure ]
</span><span class="cx"> fast/selectors/read-only-read-write-input-basics.html [ Failure ]
</span><del>-http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Failure ]
</del><span class="cx"> inspector-protocol/layers/layers-blending-compositing-reasons.html [ Failure ]
</span><span class="cx"> inspector/test-harness-trivially-works.html [ Skip ]
</span><span class="cx"> js/date-constructor.html [ Failure ]
</span><span class="cx"> js/dom/dom-static-property-for-in-iteration.html [ Failure ]
</span><del>-js/slow-stress/Int32Array-alloc-large-long-lived.html [ Pass Failure ]
</del><span class="cx"> fast/images/image-controls-basic.html [ Failure ]
</span><span class="cx"> fast/inline/positionedLifetime.html [ Failure ]
</span><span class="cx"> fast/masking/clip-path-selection.html [ Failure ]
</span><span class="lines">@@ -2158,7 +2180,7 @@
</span><span class="cx"> fast/text/indic.html [ Failure ]
</span><span class="cx"> fast/borders/bidi-002.html [ Failure ]
</span><span class="cx"> fast/borders/bidi-009a.html [ Failure ]
</span><del>-fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Timeout ]
</del><ins>+fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Skip ]    # Timeout
</ins><span class="cx"> fast/text/khmer-lao-font.html [ Failure ]
</span><span class="cx"> inspector/dom/content-node-region-info.html [ Crash Pass Failure Timeout ]
</span><span class="cx"> fast/dom/SelectorAPI/dumpNodeList-almost-strict.html [ Crash Pass ]
</span><span class="lines">@@ -2201,7 +2223,6 @@
</span><span class="cx"> # Handful of harder to classify miscellaneous failures on the Windows bots after removing SafariTheme
</span><span class="cx"> fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
</span><span class="cx"> fast/scrolling/scroll-select-list.html [ ImageOnlyFailure ]
</span><del>-fast/regions/overflow/overflow-in-variable-width-regions-inline.html [ Failure ]
</del><span class="cx"> fast/parser/bad-xml-slash.html [ Failure ]
</span><span class="cx"> fast/text/backslash-to-yen-sign-euc.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2222,33 +2243,20 @@
</span><span class="cx"> webkit.org/b/138042 fast/repaint/renderer-destruction-by-invalidateSelection-crash.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # new timeouts, need bug reports
</span><del>-fast/events/pageshow-pagehide-on-back-uncached.html [ Timeout ]
-fast/history/history-back-initial-vs-final-url.html [ Timeout ]
-fast/history/history-length.html [ Timeout ]
-fast/history/history-subframe-with-name.html [ Timeout ]
-fast/history/location-replace-hash.html [ Timeout ]
-fast/history/saves-state-after-fragment-nav.html [ Timeout ]
-fast/loader/child-frame-add-after-back-forward.html [ Timeout ]
-fast/loader/form-state-restore-with-frames.html [ Timeout ]
-fast/loader/stateobjects/pushstate-clears-forward-history.html [ Timeout ]
-http/tests/security/mixedContent/insecure-xhr-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/blob-url-in-iframe.html [ Timeout ]
-http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/insecure-image-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/insecure-css-in-main-frame.html [ Timeout ]
-http/tests/security/mixedContent/data-url-iframe-in-main-frame.html [ Timeout ]
-http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html [ Timeout ]
-http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html [ Timeout ]
-http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html [ Timeout ]
-inspector/css/selector-specificity.html [ Timeout ]
-inspector/css/pseudo-element-matches.html [ Timeout ]
-security/autocomplete-cleared-on-back.html [ Timeout ]
</del><ins>+fast/events/pageshow-pagehide-on-back-uncached.html [ Skip ]
+fast/history/history-back-initial-vs-final-url.html [ Skip ]
+fast/history/history-length.html [ Skip ]
+fast/history/history-subframe-with-name.html [ Skip ]
+fast/history/location-replace-hash.html [ Skip ]
+fast/history/saves-state-after-fragment-nav.html [ Skip ]
+fast/loader/child-frame-add-after-back-forward.html [ Skip ]
+fast/loader/form-state-restore-with-frames.html [ Skip ]
+fast/loader/stateobjects/pushstate-clears-forward-history.html [ Skip ]
+inspector/css/selector-specificity.html [ Skip ]
+inspector/css/pseudo-element-matches.html [ Skip ]
+security/autocomplete-cleared-on-back.html [ Skip ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/140520 inspector-protocol/debugger/setBreakpoint-dfg.html [ Crash ]
</del><ins>+webkit.org/b/140520 inspector-protocol/debugger/setBreakpoint-dfg.html [ Skip ]  # Crashing
</ins><span class="cx"> 
</span><span class="cx"> # [Win] REGRESSION: fast/regions reference tests are failing with minor pixel differences
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=139973. Many are also flaky, which was documented
</span></span></pre>
</div>
</div>

</body>
</html>