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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/parse-urls-line-column-expected.txt

Issue 2843073003: DevTools: linkifier incorrectly matches port numbers in urls as line numbers (Closed)
Patch Set: added test Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test parsing links with line and column numbers.
2 Original: http://www.chromium.org, URL: http://www.chromium.org, Line: undefined , Column: undefined
3 Original: http://www.chromium.org:8000, URL: http://www.chromium.org:8000, Line: undefined, Column: undefined
4 Original: http://www.chromium.org:8000/, URL: http://www.chromium.org:8000/, Lin e: undefined, Column: undefined
5 Original: http://www.chromium.org:8000/foo.js:10, URL: http://www.chromium.org:8 000/foo.js, Line: 9, Column: undefined
6 Original: http://www.chromium.org:8000/foo.js:10:20, URL: http://www.chromium.or g:8000/foo.js, Line: 9, Column: 19
7 Original: http://www.chromium.org/foo.js:10, URL: http://www.chromium.org/foo.js , Line: 9, Column: undefined
8 Original: http://www.chromium.org/foo.js:10:20, URL: http://www.chromium.org/foo .js, Line: 9, Column: 19
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698