| 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 5d02f96dcf5286280e93f54b5219272f98cec678..076f2cc869871e87f81cfc82d5c737f15f33f68c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/components/parsed-url-expected.txt
|
| @@ -150,4 +150,32 @@ Parsing url: http://example.com/foo/bar/////baz.html
|
| fragment: undefined
|
| folderPathComponents: /foo/bar////
|
| lastPathComponent: baz.html
|
| +Splitting url: http://www.chromium.org
|
| + URL: http://www.chromium.org
|
| + Line: undefined
|
| + Column: undefined
|
| +Splitting url: http://www.chromium.org:8000
|
| + URL: http://www.chromium.org:8000
|
| + Line: undefined
|
| + Column: undefined
|
| +Splitting url: http://www.chromium.org:8000/
|
| + URL: http://www.chromium.org:8000/
|
| + Line: undefined
|
| + Column: undefined
|
| +Splitting url: http://www.chromium.org:8000/foo.js:10
|
| + URL: http://www.chromium.org:8000/foo.js
|
| + Line: 9
|
| + Column: undefined
|
| +Splitting url: http://www.chromium.org:8000/foo.js:10:20
|
| + URL: http://www.chromium.org:8000/foo.js
|
| + Line: 9
|
| + Column: 19
|
| +Splitting url: http://www.chromium.org/foo.js:10
|
| + URL: http://www.chromium.org/foo.js
|
| + Line: 9
|
| + Column: undefined
|
| +Splitting url: http://www.chromium.org/foo.js:10:20
|
| + URL: http://www.chromium.org/foo.js
|
| + Line: 9
|
| + Column: 19
|
|
|
|
|