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

Side by Side 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: Avoid potential race-condition between load and timeout 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <p>Test that the XMLHttpRequest timeout can be overridden in a Worker contex t. If this test passes, there should be a single PASS below.</p>
tyoshino (SeeGerritForStatus) 2014/05/21 04:59:49 we see PASS and timeout
7 <script src="resources/worker-create.js"></script>
8 <script src="resources/xmlhttprequest-timeout-override.js"></script>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698