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

Side by Side Diff: LayoutTests/platform/chromium-win/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
(Empty)
1 Tests that scripts panel UI elements work as intended.
2
3
4 Running: testInitialLoad
5 Source requested for foo.js
6 Dump files select:
7 bar.js
8 baz.js
9 foo.js
10 Source requested for baz.js
11
12 Running: testHistory
13 Source requested for index.html
14 Source requested for script1.js
15 Source requested for script2.js
16 Source requested for script3.js
17
18 Running: testFilesSelect
19 ?a=b(?a=b)
20 ...ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo ong_url(very_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooooong_url)
21 — example.com —
22 ?a=b(http://example.com/?a=b)
23 — localhost —
24 LayoutTests/inspector/debugger/foo/bar
25 script.js(<root>/foo/bar/script.js)
26 script.js?a=1(<root>/foo/bar/script.js?a=1)
27 script.js?a=2(<root>/foo/bar/script.js?a=2)
28 LayoutTests/inspector/debugger/foo/baz
29 script.js(<root>/foo/baz/script.js)
30 — Content scripts —
31 contentScript.js?a=1(<root>/foo/bar/contentScript.js?a=1)
32 contentScript.js?a=2(<root>/foo/bar/contentScript.js?a=2)
33 contentScript2.js?a=1(<root>/foo/bar/contentScript2.js?a=1)
34
35 Running: testSourceReplaced
36 Source requested for foo.js
37 Source requested for bar.js
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698