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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure-expected.txt

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: Rebase again Created 6 years, 4 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/ontimeout-event-override-after-failure-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt b/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure-expected.txt
similarity index 75%
copy from LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt
copy to LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure-expected.txt
index 1a34ef3fc97d9b87c84df0e9fdb243eddcd5ccc2..b57cc321643afbf4bd66b2132216a77ea0649cad 100644
--- a/LayoutTests/http/tests/xmlhttprequest/onerror-event-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure-expected.txt
@@ -1,5 +1,3 @@
CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/access-control-basic-denied.cgi. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
-This test that the error event is fired for XMLHttpRequests
-
-PASS: error event fired.
+PASS: Timeout override did not reactivate timer after failure

Powered by Google App Engine
This is Rietveld 408576698