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

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

Issue 1798173003: [DevTools] Added serverIPaddress to HAR output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a couple files that were wrong Created 4 years, 9 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 7052a20c4cc365d0e296163630a8ad3be9cedf2c..b321741becd2defc16c2bccd995900ed999dd8be 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
@@ -41,6 +41,7 @@ Page reloaded.
status : 304
statusText : "Not Modified"
}
+ serverIPAddress : "127.0.0.1"
startedDateTime : <plausible>
time : <number>
timings : <object>
@@ -132,6 +133,7 @@ Page reloaded.
status : 304
statusText : "Not Modified"
}
+ serverIPAddress : "127.0.0.1"
startedDateTime : <plausible>
time : <number>
timings : <object>
@@ -169,6 +171,7 @@ Page reloaded.
status : 304
statusText : "Not Modified"
}
+ serverIPAddress : "127.0.0.1"
startedDateTime : <plausible>
time : <number>
timings : <object>
@@ -211,6 +214,7 @@ Page reloaded.
status : 200
statusText : "OK"
}
+ serverIPAddress : ""
startedDateTime : <plausible>
time : <number>
timings : <object>

Powered by Google App Engine
This is Rietveld 408576698