Index: third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt |
index 99f832405fe95652c4ad4700508bb8d94f45717f..5d02f96dcf5286280e93f54b5219272f98cec678 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt |
@@ -10,7 +10,6 @@ Parsing url: http://example.com/?queryParam1=value1&queryParam2=value2#fragmentW |
fragment: fragmentWith/Many//Slashes |
folderPathComponents: |
lastPathComponent: |
- splittedURL: ["http://example.com","?queryParam1=value1&queryParam2=value2"] |
Parsing url: http://example.com/foo.html?queryParam1=value1&queryParam2=value2#fragmentWith/Many//Slashes |
isValid: true |
scheme: http |
@@ -21,7 +20,6 @@ Parsing url: http://example.com/foo.html?queryParam1=value1&queryParam2=value2#f |
fragment: fragmentWith/Many//Slashes |
folderPathComponents: |
lastPathComponent: foo.html |
- splittedURL: ["http://example.com","foo.html?queryParam1=value1&queryParam2=value2"] |
Parsing url: http://example.com/foo/bar.html?queryParam1=value1&queryParam2=value2#fragmentWith/Many//Slashes |
isValid: true |
scheme: http |
@@ -32,7 +30,6 @@ Parsing url: http://example.com/foo/bar.html?queryParam1=value1&queryParam2=valu |
fragment: fragmentWith/Many//Slashes |
folderPathComponents: /foo |
lastPathComponent: bar.html |
- splittedURL: ["http://example.com","foo","bar.html?queryParam1=value1&queryParam2=value2"] |
Parsing url: http://example.com/foo/bar/baz.html?queryParam1=value1&queryParam2=value2#fragmentWith/Many//Slashes |
isValid: true |
scheme: http |
@@ -43,7 +40,6 @@ Parsing url: http://example.com/foo/bar/baz.html?queryParam1=value1&queryParam2= |
fragment: fragmentWith/Many//Slashes |
folderPathComponents: /foo/bar |
lastPathComponent: baz.html |
- splittedURL: ["http://example.com","foo","bar","baz.html?queryParam1=value1&queryParam2=value2"] |
Parsing url: http://example.com//?queryParam1=value1 |
isValid: true |
scheme: http |
@@ -54,7 +50,6 @@ Parsing url: http://example.com//?queryParam1=value1 |
fragment: undefined |
folderPathComponents: / |
lastPathComponent: |
- splittedURL: ["http://example.com","?queryParam1=value1"] |
Parsing url: http://example.com//foo.html |
isValid: true |
scheme: http |
@@ -65,7 +60,6 @@ Parsing url: http://example.com//foo.html |
fragment: undefined |
folderPathComponents: / |
lastPathComponent: foo.html |
- splittedURL: ["http://example.com","foo.html"] |
Parsing url: http://example.com//foo/bar.html |
isValid: true |
scheme: http |
@@ -76,7 +70,6 @@ Parsing url: http://example.com//foo/bar.html |
fragment: undefined |
folderPathComponents: //foo |
lastPathComponent: bar.html |
- splittedURL: ["http://example.com","foo","bar.html"] |
Parsing url: http://example.com/foo//bar.html |
isValid: true |
scheme: http |
@@ -87,7 +80,6 @@ Parsing url: http://example.com/foo//bar.html |
fragment: undefined |
folderPathComponents: /foo/ |
lastPathComponent: bar.html |
- splittedURL: ["http://example.com","foo","bar.html"] |
Parsing url: http://example.com//foo//bar.html |
isValid: true |
scheme: http |
@@ -98,7 +90,6 @@ Parsing url: http://example.com//foo//bar.html |
fragment: undefined |
folderPathComponents: //foo/ |
lastPathComponent: bar.html |
- splittedURL: ["http://example.com","foo","bar.html"] |
Parsing url: http://example.com//foo/bar/baz.html |
isValid: true |
scheme: http |
@@ -109,7 +100,6 @@ Parsing url: http://example.com//foo/bar/baz.html |
fragment: undefined |
folderPathComponents: //foo/bar |
lastPathComponent: baz.html |
- splittedURL: ["http://example.com","foo","bar","baz.html"] |
Parsing url: http://example.com/foo//bar/baz.html |
isValid: true |
scheme: http |
@@ -120,7 +110,6 @@ Parsing url: http://example.com/foo//bar/baz.html |
fragment: undefined |
folderPathComponents: /foo//bar |
lastPathComponent: baz.html |
- splittedURL: ["http://example.com","foo","bar","baz.html"] |
Parsing url: http://example.com/foo/bar//baz.html |
isValid: true |
scheme: http |
@@ -131,7 +120,6 @@ Parsing url: http://example.com/foo/bar//baz.html |
fragment: undefined |
folderPathComponents: /foo/bar/ |
lastPathComponent: baz.html |
- splittedURL: ["http://example.com","foo","bar","baz.html"] |
Parsing url: http://example.com///foo/bar/baz.html |
isValid: true |
scheme: http |
@@ -142,7 +130,6 @@ Parsing url: http://example.com///foo/bar/baz.html |
fragment: undefined |
folderPathComponents: ///foo/bar |
lastPathComponent: baz.html |
- splittedURL: ["http://example.com","foo","bar","baz.html"] |
Parsing url: http://example.com/foo////bar/baz.html |
isValid: true |
scheme: http |
@@ -153,7 +140,6 @@ Parsing url: http://example.com/foo////bar/baz.html |
fragment: undefined |
folderPathComponents: /foo////bar |
lastPathComponent: baz.html |
- splittedURL: ["http://example.com","foo","bar","baz.html"] |
Parsing url: http://example.com/foo/bar/////baz.html |
isValid: true |
scheme: http |
@@ -164,5 +150,4 @@ Parsing url: http://example.com/foo/bar/////baz.html |
fragment: undefined |
folderPathComponents: /foo/bar//// |
lastPathComponent: baz.html |
- splittedURL: ["http://example.com","foo","bar","baz.html"] |