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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6-expected.txt

Issue 1818923004: [DevTools] Fix to double wrapping IPv6 in square brackets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@BETTER_HAR_SUPPORT
Patch Set: Added rule in test expectations Created 4 years, 8 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/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>

Powered by Google App Engine
This is Rietveld 408576698