| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6-expected.txt
|
| similarity index 86%
|
| copy from third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt
|
| copy to third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6-expected.txt
|
| index 1d09e28145bacffffd215a8a37de1fa3e64a8d37..c5f4c2fd172b942f7f22851226bf83acd598ecb6 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6-expected.txt
|
| @@ -2,6 +2,7 @@ Tests that resources panel shows form data parameters.
|
|
|
|
|
|
|
| +http://[::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://127.0.0.1:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2="
|
| + url : "http://[::1]:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2="
|
| }
|
| response : {
|
| _transferSize : <number>
|
| @@ -57,7 +58,7 @@ Tests that resources panel shows form data parameters.
|
| status : 200
|
| statusText : "OK"
|
| }
|
| - serverIPAddress : "127.0.0.1"
|
| + serverIPAddress : "[::1]"
|
| startedDateTime : <plausible>
|
| time : <number>
|
| timings : <object>
|
|
|