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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt

Issue 2422803002: DevTools: prefix node.js scripts's sourceURL with "file://" to make them a valid url (Closed)
Patch Set: WI.ParsedURL.platformPathToURL Created 4 years, 2 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/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"]

Powered by Google App Engine
This is Rietveld 408576698