| Index: third_party/WebKit/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt b/third_party/WebKit/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt
|
| index e302c88c495b919bac8ddfddb8f7302df748a435..8def24e7c2148f262995fea19d2a3800c1411059 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt
|
| @@ -2,6 +2,7 @@ Tests that resources panel shows form data parameters.
|
|
|
|
|
|
|
| +http://127.0.0.1:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2=
|
| {
|
| cache : {
|
| }
|
| @@ -38,7 +39,7 @@ Tests that resources panel shows form data parameters.
|
| value : ""
|
| }
|
| ]
|
| - url : "http://localhost:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2="
|
| + url : "http://127.0.0.1:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2="
|
| }
|
| response : {
|
| _transferSize : <number>
|
| @@ -57,6 +58,68 @@ Tests that resources panel shows form data parameters.
|
| status : 200
|
| statusText : "OK"
|
| }
|
| + serverIPAddress : "127.0.0.1"
|
| + startedDateTime : <plausible>
|
| + time : <number>
|
| + timings : <object>
|
| +}
|
| +http://[::1]:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2=
|
| +{
|
| + cache : {
|
| + }
|
| + connection : <string>
|
| + request : {
|
| + bodySize : <number>
|
| + cookies : [
|
| + ]
|
| + headers : <object>
|
| + headersSize : <number>
|
| + httpVersion : "HTTP/1.1"
|
| + method : "POST"
|
| + postData : {
|
| + mimeType : "application/x-www-form-urlencoded"
|
| + params : [
|
| + {
|
| + name : "formParam1"
|
| + value : "formValue1"
|
| + }
|
| + {
|
| + name : "formParam2"
|
| + value : ""
|
| + }
|
| + ]
|
| + text : "formParam1=formValue1&formParam2="
|
| + }
|
| + queryString : [
|
| + {
|
| + name : "queryParam1"
|
| + value : "queryValue1"
|
| + }
|
| + {
|
| + name : "queryParam2"
|
| + value : ""
|
| + }
|
| + ]
|
| + url : "http://[::1]:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2="
|
| + }
|
| + response : {
|
| + _transferSize : <number>
|
| + bodySize : <number>
|
| + content : {
|
| + compression : <number>
|
| + mimeType : "application/xml"
|
| + size : 15
|
| + }
|
| + cookies : [
|
| + ]
|
| + headers : <object>
|
| + headersSize : <number>
|
| + httpVersion : "HTTP/1.1"
|
| + redirectURL : ""
|
| + status : 200
|
| + statusText : "OK"
|
| + }
|
| + serverIPAddress : "[::1]"
|
| startedDateTime : <plausible>
|
| time : <number>
|
| timings : <object>
|
|
|