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

Side by Side Diff: LayoutTests/platform/chromium/inspector/debugger/scripts-sorting-expected.txt

Issue 8222004: Merge 96319 - Web Inspector: Scripts panel without folders causes errors when creating content sc... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests scripts sorting in the scripts panel.
2
3 Debugger was enabled.
4
5 WebInspector.settings.showScriptFolders = true
6 *Non*URL*path
7 — foo.com —
8 block.js?block=foo
9 ga.js
10 lenta.ban?pg=4883&ifr=1
11 lenta.ban?pg=5309&ifr=1
12 top100.jcn?80674
13 /_js/production
14 motor.js?1308927432
15 /foo/path
16 bar.js?file=bar/zzz.js
17 foo.js?file=bar/aaa.js
18 /i
19 xgemius.js
20 /i/js
21 jquery-1.5.1.min.js
22 jquery.cookie.js
23
24 WebInspector.settings.showScriptFolders = false
25 *Non*URL*path
26 bar.js?file=bar/zzz.js
27 block.js?block=foo
28 foo.js?file=bar/aaa.js
29 ga.js
30 jquery-1.5.1.min.js
31 jquery.cookie.js
32 lenta.ban?pg=4883&ifr=1
33 lenta.ban?pg=5309&ifr=1
34 motor.js?1308927432
35 top100.jcn?80674
36 xgemius.js
37
38 WebInspector.settings.showScriptFolders = true
39 *Non*URL*path
40 — foo.com —
41 block.js?block=foo
42 ga.js
43 lenta.ban?pg=4883&ifr=1
44 lenta.ban?pg=5309&ifr=1
45 top100.jcn?80674
46 /_js/production
47 motor.js?1308927432
48 /foo/path
49 bar.js?file=bar/zzz.js
50 foo.js?file=bar/aaa.js
51 /i
52 xgemius.js
53 /i/js
54 jquery-1.5.1.min.js
55 jquery.cookie.js
56 Debugger was disabled.
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698