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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers-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 unified diff | Download patch
OLDNEW
1 Tests the nondeterministic bits of HAR conversion via the magic of hard-coded va lues. 1 Tests the nondeterministic bits of HAR conversion via the magic of hard-coded va lues.
2 2
3 Resource:{ 3 Resource:{
4 request : { 4 request : {
5 headers : [ 5 headers : [
6 { 6 {
7 name : "Request" 7 name : "Request"
8 value : "request-value" 8 value : "request-value"
9 } 9 }
10 ] 10 ]
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 name : "Response" 59 name : "Response"
60 value : "response-value" 60 value : "response-value"
61 } 61 }
62 ] 62 ]
63 headersSize : 39 63 headersSize : 39
64 httpVersion : "HTTP/1.1" 64 httpVersion : "HTTP/1.1"
65 redirectURL : "" 65 redirectURL : ""
66 status : 200 66 status : 200
67 statusText : "OK" 67 statusText : "OK"
68 } 68 }
69 serverIPAddress : ""
69 startedDateTime : <object> 70 startedDateTime : <object>
70 time : <number> 71 time : <number>
71 timings : <object> 72 timings : <object>
72 } 73 }
73 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698