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

Unified Diff: third_party/WebKit/LayoutTests/inspector/network/network-request-server-ip-address-expected.txt

Issue 1798173003: [DevTools] Added serverIPaddress to HAR output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed format issue of using single vs double quotes 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/inspector/network/network-request-server-ip-address-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/network/network-request-server-ip-address-expected.txt b/third_party/WebKit/LayoutTests/inspector/network/network-request-server-ip-address-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cadbc8790c3e58c6c465918600223cce42e2fd21
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/network/network-request-server-ip-address-expected.txt
@@ -0,0 +1,21 @@
+Tests HAR output format.
+
+Checking IPv4
+Has cache: object
+Has request: object
+Has response: object
+serverIPAddress: 127.0.0.1
+Has startedDateTime: object
+Has time: number
+Has timings: object
+
+Checking IPv6
+Has cache: object
+Has request: object
+Has response: object
+serverIPAddress: [[[::1]]]
+Has startedDateTime: object
+Has time: number
+Has timings: object
+
+

Powered by Google App Engine
This is Rietveld 408576698