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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/switch-file-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Tests how switch to next file with the same name and different extension feature works. 1 Tests how switch to next file with the same name and different extension feature works.
2 2
3 Dumping next file for each file: 3 Dumping next file for each file:
4 Next file for http://example.com/foo.css is http://example.com/foo.js. 4 Next file for http://example.com/foo.css is http://example.com/foo.js.
5 Next file for http://example.com/foo.js is http://example.com/foo.ts. 5 Next file for http://example.com/foo.js is http://example.com/foo.ts.
6 Next file for http://example.com/foo.js.map is <none>. 6 Next file for http://example.com/foo.js.map is <none>.
7 Next file for http://example.com/foo.ts is http://example.com/foo.css. 7 Next file for http://example.com/foo.ts is http://example.com/foo.css.
8 Next file for http://example.com/bar.css is http://example.com/bar.js. 8 Next file for http://example.com/bar.css is http://example.com/bar.js.
9 Next file for http://example.com/bar.js is http://example.com/bar.ts. 9 Next file for http://example.com/bar.js is http://example.com/bar.ts.
10 Next file for http://example.com/bar.js.map is <none>. 10 Next file for http://example.com/bar.js.map is <none>.
11 Next file for http://example.com/bar.ts is http://example.com/bar.css. 11 Next file for http://example.com/bar.ts is http://example.com/bar.css.
12 Next file for http://example.com/baz.css is <none>. 12 Next file for http://example.com/baz.css is <none>.
13 Next file for http://example.com/baz2 is <none>. 13 Next file for http://example.com/baz2 is <none>.
14 Next file for http://example.com/foo/foo.css is http://example.com/foo/foo.js. 14 Next file for http://example.com/foo/foo.css is http://example.com/foo/foo.js.
15 Next file for http://example.com/foo/foo.js is http://example.com/foo/foo.ts. 15 Next file for http://example.com/foo/foo.js is http://example.com/foo/foo.ts.
16 Next file for http://example.com/foo/foo.js.map is <none>. 16 Next file for http://example.com/foo/foo.js.map is <none>.
17 Next file for http://example.com/foo/foo.ts is http://example.com/foo/foo. 17 Next file for http://example.com/foo/foo.ts is http://example.com/foo/foo.
18 Next file for http://example.com/foo/foo is http://example.com/foo/foo.css. 18 Next file for http://example.com/foo/foo is http://example.com/foo/foo.css.
19 Next file for http://example.com/bar/foo.css is http://example.com/bar/foo.js. 19 Next file for http://example.com/bar/foo.css is http://example.com/bar/foo.js.
20 Next file for http://example.com/bar/foo.js is http://example.com/bar/foo.ts. 20 Next file for http://example.com/bar/foo.js is http://example.com/bar/foo.ts.
21 Next file for http://example.com/bar/foo.js.map is <none>. 21 Next file for http://example.com/bar/foo.js.map is <none>.
22 Next file for http://example.com/bar/foo.ts is http://example.com/bar/foo. 22 Next file for http://example.com/bar/foo.ts is http://example.com/bar/foo.
23 Next file for http://example.com/bar/foo is http://example.com/bar/foo.css. 23 Next file for http://example.com/bar/foo is http://example.com/bar/foo.css.
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698