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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/sync-repeated-and-caching-expected.txt

Issue 59043006: Avoid reusing XMLHttpRequest resources during document load. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reduce scope of test to lessen timeout potential Created 7 years, 1 month 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/sync-repeated-and-caching-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/sync-repeated-and-caching-expected.txt b/LayoutTests/http/tests/xmlhttprequest/sync-repeated-and-caching-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f0cfd3d1670a4878af79eb343889ad9b21ac5250
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/sync-repeated-and-caching-expected.txt
@@ -0,0 +1,19 @@
+
+PASS Synchronous XMLHttpRequest and caching during document load
+PASS Test repeated sync requests using verb 'GET with constant query
+PASS Test repeated sync requests using verb 'GET with no query
+PASS Test repeated sync requests using verb 'GET with unique query string
+PASS Test repeated sync requests using verb 'GET with empty query
+PASS Test repeated sync requests using verb 'PUT with constant query
+PASS Test repeated sync requests using verb 'PUT with no query
+PASS Test repeated sync requests using verb 'PUT with unique query string
+PASS Test repeated sync requests using verb 'PUT with empty query
+PASS Test repeated sync requests using verb 'POST with constant query
+PASS Test repeated sync requests using verb 'POST with no query
+PASS Test repeated sync requests using verb 'POST with unique query string
+PASS Test repeated sync requests using verb 'POST with empty query
+PASS Test repeated sync requests using verb 'PROPFIND with constant query
+PASS Test repeated sync requests using verb 'PROPFIND with no query
+PASS Test repeated sync requests using verb 'PROPFIND with unique query string
+PASS Test repeated sync requests using verb 'PROPFIND with empty query
+
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/sync-repeated-and-caching.html ('k') | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698