<!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>[192251] 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/192251">192251</a></dd>
<dt>Author</dt> <dd>youenn.fablet@crf.canon.fr</dd>
<dt>Date</dt> <dd>2015-11-10 09:57:32 -0800 (Tue, 10 Nov 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove WebKit specific XHR timeout tests in favor of WPT version
https://bugs.webkit.org/show_bug.cgi?id=151091

Reviewed by Alexey Proskuryakov.

Removing XHR timeout WebKit specific tests as they have WPT counterparts and WebKit specific tests are less stable.
Updated test expectations accordingly.

* TestExpectations:
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconworker.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Removed.
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/win/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk2TestExpectations">trunk/LayoutTests/platform/mac-wk2/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/LayoutTests/http/tests/xmlhttprequest/timeout/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (192250 => 192251)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-11-10 17:51:59 UTC (rev 192250)
+++ trunk/LayoutTests/ChangeLog        2015-11-10 17:57:32 UTC (rev 192251)
</span><span class="lines">@@ -1,3 +1,55 @@
</span><ins>+2015-11-10  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
+
+        Remove WebKit specific XHR timeout tests in favor of WPT version
+        https://bugs.webkit.org/show_bug.cgi?id=151091
+
+        Reviewed by Alexey Proskuryakov.
+
+        Removing XHR timeout WebKit specific tests as they have WPT counterparts and WebKit specific tests are less stable.
+        Updated test expectations accordingly.
+
+        * TestExpectations:
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconworker.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.js: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Removed.
+        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Removed.
+        * platform/gtk/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/win/TestExpectations:
+
</ins><span class="cx"> 2015-11-10  Xabier Rodriguez Calvar  &lt;calvaris@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Streams API] Shield promises when prototype is replaced from a promise
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (192250 => 192251)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2015-11-10 17:51:59 UTC (rev 192250)
+++ trunk/LayoutTests/TestExpectations        2015-11-10 17:57:32 UTC (rev 192251)
</span><span class="lines">@@ -724,14 +724,8 @@
</span><span class="cx"> webkit.org/b/148922 svg/as-object/svg-in-object-dynamic-attribute-change.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/148925 svg/dom/svg-root-lengths.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/149082 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/148695 fast/shadow-dom [ Failure ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Marks as flaky (see also https://bugs.webkit.org/show_bug.cgi?id=132388)
-
-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html [ Failure Pass ]
-
</del><span class="cx"> # Known failures on CSS Variables Test Suite
</span><span class="cx"> webkit.org/b/150183 fast/css/variables/test-suite/failures/024.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/150183 fast/css/variables/test-suite/failures/025.html [ ImageOnlyFailure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (192250 => 192251)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2015-11-10 17:51:59 UTC (rev 192250)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2015-11-10 17:57:32 UTC (rev 192251)
</span><span class="lines">@@ -1198,18 +1198,6 @@
</span><span class="cx"> Bug(GTK) sputnik/ [ Pass Slow ]
</span><span class="cx"> Bug(GTK) tables/mozilla/other/slashlogo.html [ Pass Slow ]
</span><span class="cx"> 
</span><del>-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html [ Pass Slow ] 
-Bug(GTK) http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html [ Pass Slow ] 
-
</del><span class="cx"> Bug(GTK) http/tests/media/video-preload.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/143989  http/tests/media/hls/video-controls-live-stream.html [ Pass Slow Failure ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (192250 => 192251)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-11-10 17:51:59 UTC (rev 192250)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-11-10 17:57:32 UTC (rev 192251)
</span><span class="lines">@@ -1320,7 +1320,6 @@
</span><span class="cx"> http/tests/xmlhttprequest/head-redirection.html [ Failure ]
</span><span class="cx"> http/tests/xmlhttprequest/remember-bad-password.html [ Failure ]
</span><span class="cx"> http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard.html [ Failure ]
</span><del>-http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # DeviceMotion tests that time out:
</span><span class="cx"> fast/dom/DeviceMotion/no-page-cache.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (192250 => 192251)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk2/TestExpectations        2015-11-10 17:51:59 UTC (rev 192250)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations        2015-11-10 17:57:32 UTC (rev 192251)
</span><span class="lines">@@ -274,13 +274,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/150241 webarchive/loading/object.html [ Pass Crash ] 
</span><span class="cx"> 
</span><del>-webkit.org/b/150363 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html [ Pass Failure ]
-webkit.org/b/150378 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html [ Pass Failure ]
-webkit.org/b/150378 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html [ Pass Failure ]
-webkit.org/b/150378 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html [ Pass Failure ]
-webkit.org/b/150378 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html [ Pass Failure ]
-webkit.org/b/150378 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/150736 http/tests/notifications/legacy/events.html [ Pass Crash ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/150942 animations/multiple-backgrounds.html [ Pass ImageOnlyFailure ]
</span><span class="lines">@@ -569,4 +562,4 @@
</span><span class="cx"> imported/blink/fast/transforms/transform-update-frame-overflow.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/blink/fast/multicol/vertical-rl/float-big-line.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/blink/fast/multicol/span/adjacent-spanners-with-margin.html [ Pass ImageOnlyFailure ]
</span><del>-imported/blink/fast/overflow/hidden-html-auto-body.html [ Pass ImageOnlyFailure ]
</del><span class="cx">\ No newline at end of file
</span><ins>+imported/blink/fast/overflow/hidden-html-auto-body.html [ Pass ImageOnlyFailure ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (192250 => 192251)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-11-10 17:51:59 UTC (rev 192250)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-11-10 17:57:32 UTC (rev 192251)
</span><span class="lines">@@ -555,18 +555,6 @@
</span><span class="cx"> # Backdrop Filters do not work on Windows
</span><span class="cx"> fast/css/will-change/will-change-creates-stacking-context-inline.html [ ImageOnlyFailure ] 
</span><span class="cx"> 
</span><del>-# TODO Not supported in CFNetwork yet. https://bugs.webkit.org/show_bug.cgi?id=100349
-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 ]
-
</del><span class="cx"> # TODO CSS3_TEXT is disabled on Windows
</span><span class="cx"> fast/css3-text/ [ Skip ]
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>