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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt

Issue 23465030: Prevent entering XHR methods while loader is being cancelled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | Source/core/xml/XMLHttpRequest.h » ('j') | Source/core/xml/XMLHttpRequest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt b/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt
index 53a80680b8675aca307baaf59b85daa6fd2ba0bd..2bb4c691ae98068fd262d3e81a4cb1649b1a195c 100644
--- a/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt
@@ -1 +1,2 @@
+CONSOLE MESSAGE: line 14: Uncaught InvalidStateError: Failed to execute 'open' on 'XMLHttpRequest': reentrant is not allowed.
XThis tests that when we re-entrantly create and cancel XHRs, we don't try to disconnect the same CachedResourceClient multiple times from its CachedResource. We pass if we don't crash. XX
« no previous file with comments | « no previous file | Source/core/xml/XMLHttpRequest.h » ('j') | Source/core/xml/XMLHttpRequest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698