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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests HAR output format.
2
3 Checking IPv4
4 Has cache: object
5 Has request: object
6 Has response: object
7 serverIPAddress: 127.0.0.1
8 Has startedDateTime: object
9 Has time: number
10 Has timings: object
11
12 Checking IPv6
13 Has cache: object
14 Has request: object
15 Has response: object
16 serverIPAddress: [[[::1]]]
17 Has startedDateTime: object
18 Has time: number
19 Has timings: object
20
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698