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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt
index a7d26e2c94b763bc265d4c575c274d676b284b7b..03385037da37a0d18f6289a288fee1bc364765f8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt
@@ -29,6 +29,7 @@ Page reloaded.
_transferSize : <number>
bodySize : <number>
content : {
+ compression : <number>
mimeType : "text/html"
size : <number>
}
@@ -38,8 +39,8 @@ Page reloaded.
headersSize : <number>
httpVersion : "HTTP/1.1"
redirectURL : ""
- status : 304
- statusText : "Not Modified"
+ status : 200
+ statusText : "OK"
}
serverIPAddress : "127.0.0.1"
startedDateTime : <plausible>
@@ -94,6 +95,7 @@ Page reloaded.
_transferSize : <number>
bodySize : <number>
content : {
+ compression : <number>
mimeType : "application/x-javascript"
size : <number>
}
@@ -132,8 +134,8 @@ Page reloaded.
headersSize : <number>
httpVersion : "HTTP/1.1"
redirectURL : ""
- status : 304
- statusText : "Not Modified"
+ status : 200
+ statusText : "OK"
}
serverIPAddress : "127.0.0.1"
startedDateTime : <plausible>
@@ -161,6 +163,7 @@ Page reloaded.
_transferSize : <number>
bodySize : <number>
content : {
+ compression : <number>
mimeType : "application/x-javascript"
size : <number>
}
@@ -170,8 +173,8 @@ Page reloaded.
headersSize : <number>
httpVersion : "HTTP/1.1"
redirectURL : ""
- status : 304
- statusText : "Not Modified"
+ status : 200
+ statusText : "OK"
}
serverIPAddress : "127.0.0.1"
startedDateTime : <plausible>

Powered by Google App Engine
This is Rietveld 408576698