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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/reload-memory-cache.html

Issue 2460573002: Disable memory caching of XHRs (Closed)
Patch Set: reload-from-cache test uses <script> Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/reload-memory-cache.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/reload-memory-cache.html b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/reload-memory-cache.html
index d8954a214483fbba5d91f4cf9280d8abbc17119c..bcd61d6639321164d3cd0770177dceadb29aa230 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/reload-memory-cache.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/reload-memory-cache.html
@@ -2,13 +2,9 @@
<html>
<head>
<script src="inspector-protocol-test.js"></script>
+<script src="resources/blank.js"></script>
+
<script>
-(function ()
-{
- var xhr = new XMLHttpRequest();
- xhr.open("GET", "resources/blank.js", true);
- xhr.send(null);
-})();
function test()
{
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698