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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-timeout-override.html

Issue 273993002: Allow XHR timeout attribute to be overridden after send(), per spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed accuracy issues with removed Timer methods Created 6 years, 7 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/workers/xmlhttprequest-timeout-override.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-timeout-override.html b/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-timeout-override.html
new file mode 100644
index 0000000000000000000000000000000000000000..392cf06e1b59cecee43793f501c6f6fcba4578a7
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-timeout-override.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+ <p>Test that the XMLHttpRequest timeout can be overridden in a Worker context. If this test passes, there should be a single PASS below.</p>
+ <script src="resources/worker-create.js"></script>
+ <script src="resources/xmlhttprequest-timeout-override.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698