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

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

Issue 2843073003: DevTools: linkifier incorrectly matches port numbers in urls as line numbers (Closed)
Patch Set: move test Created 3 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/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

Powered by Google App Engine
This is Rietveld 408576698