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

Side by Side Diff: LayoutTests/inspector/debugger/scripts-panel-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
1 Tests that scripts panel UI elements work as intended. 1 Tests that scripts panel UI elements work as intended.
2 2
3 3
4 Running: testInitialLoad 4 Running: testInitialLoad
5 Source requested for foo.js 5 Source requested for foo.js
6 Dump files select: 6 Dump files select:
7 bar.js 7 bar.js
8 baz.js 8 baz.js
9 foo.js 9 foo.js
10 Source requested for baz.js 10 Source requested for baz.js
(...skipping 10 matching lines...) Expand all
21 — example.com — 21 — example.com —
22 ?a=b(http://example.com/?a=b) 22 ?a=b(http://example.com/?a=b)
23 — localhost — 23 — localhost —
24 LayoutTests/inspector/debugger/foo/bar 24 LayoutTests/inspector/debugger/foo/bar
25 script.js(<root>/foo/bar/script.js) 25 script.js(<root>/foo/bar/script.js)
26 script.js?a=1(<root>/foo/bar/script.js?a=1) 26 script.js?a=1(<root>/foo/bar/script.js?a=1)
27 script.js?a=2(<root>/foo/bar/script.js?a=2) 27 script.js?a=2(<root>/foo/bar/script.js?a=2)
28 LayoutTests/inspector/debugger/foo/baz 28 LayoutTests/inspector/debugger/foo/baz
29 script.js(<root>/foo/baz/script.js) 29 script.js(<root>/foo/baz/script.js)
30 — Content scripts — 30 — Content scripts —
31 LayoutTests/inspector/debugger/foo/bar
31 contentScript.js?a=1(<root>/foo/bar/contentScript.js?a=1) 32 contentScript.js?a=1(<root>/foo/bar/contentScript.js?a=1)
32 contentScript.js?a=2(<root>/foo/bar/contentScript.js?a=2) 33 contentScript.js?a=2(<root>/foo/bar/contentScript.js?a=2)
33 contentScript2.js?a=1(<root>/foo/bar/contentScript2.js?a=1) 34 contentScript2.js?a=1(<root>/foo/bar/contentScript2.js?a=1)
34 35
35 Running: testSourceReplaced 36 Running: testSourceReplaced
36 Source requested for foo.js 37 Source requested for foo.js
37 Source requested for bar.js 38 Source requested for bar.js
38 39
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/scripts-panel.html ('k') | LayoutTests/inspector/debugger/scripts-sorting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698