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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html

Issue 2274233002: [Devtools] Fix reload behavior when devtools is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new methods Created 4 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
index 4160888906be8d8da84efdb12d2ece480c35664c..72bd3e825e3fcda77175e7ed6961444d0790f650 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
@@ -16,7 +16,12 @@ function doXHR()
var test = function()
{
- InspectorTest.reloadPage(step1);
+ InspectorTest.NetworkAgent.setCacheDisabled(true, reloadPage);
+
+ function reloadPage()
+ {
+ InspectorTest.reloadPage(step1);
+ }
function step1()
{

Powered by Google App Engine
This is Rietveld 408576698