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

Side by Side Diff: LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 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 that evals with sourceURL comment are shown in scripts panel. 1 Tests that evals with sourceURL comment are shown in scripts panel.
2 2
3 Debugger was enabled.
4 3
5 Running: testSourceURLCommentInInlineScript 4 Running: testSourceURLCommentInInlineScript
6 5
7 Running: testSourceURLCommentInScript 6 Running: testSourceURLCommentInScript
8 function scriptWithSourceURL() {} 7 function scriptWithSourceURL() {}
9 hasSourceURL: true 8 hasSourceURL: true
10 9
11 Running: testPoorSourceURLCommentInScript 10 Running: testPoorSourceURLCommentInScript
12 11
13 Running: testSourceURLComment 12 Running: testSourceURLComment
(...skipping 10 matching lines...) Expand all
24 hasSourceURL: true 23 hasSourceURL: true
25 sourceMapURL: sourceMappingURL.map 24 sourceMapURL: sourceMappingURL.map
26 25
27 Running: testSourceURLCommentInDynamicScript 26 Running: testSourceURLCommentInDynamicScript
28 function keepAliveInDynamicScript() {} 27 function keepAliveInDynamicScript() {}
29 hasSourceURL: true 28 hasSourceURL: true
30 29
31 Running: testNonRelativeURL 30 Running: testNonRelativeURL
32 function relativeURLScript() {} 31 function relativeURLScript() {}
33 hasSourceURL: true 32 hasSourceURL: true
34 Debugger was disabled.
35 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698