Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html

Issue 14246006: Implementing timeout support for XHR (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@timeoutResourceHandle
Patch Set: Timeout support in DocumentThreadableLoader (speculative bot failure fix) Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html b/LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html
index 8a34722112ba81ab84c7f1c57d0368fcd75cb96b..42833d52ef10cf1048292f2af6053c7b8cb3d740 100644
--- a/LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html
+++ b/LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>XHR2 Timeout Property Tests in Worker</title>
<link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" />
- <link rel="stylesheet" href="testharness.css" />
+ <link rel="stylesheet" href="/w3c/resources/testharness.css" />
<script src="/w3c/resources/testharness.js"></script>
<script src="/w3c/resources/testharnessreport.js"></script>
<script src="xmlhttprequest-timeout-runner.js"></script>

Powered by Google App Engine
This is Rietveld 408576698