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

Side by Side Diff: LayoutTests/inspector/sources/debugger/source-url-comment-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
(Empty)
1 Tests that evals with sourceURL comment are shown in scripts panel.
2
3
4 Running: testSourceURLCommentInInlineScript
5
6 Running: testSourceURLCommentInScript
7 function scriptWithSourceURL() {}
8 hasSourceURL: true
9
10 Running: testPoorSourceURLCommentInScript
11
12 Running: testSourceURLComment
13 function keepAlive() {}
14 hasSourceURL: true
15
16 Running: testDeprecatedSourceURLComment
17 function keepAlive() {}
18 hasSourceURL: true
19
20 Running: testSourceURLAndMappingURLComment
21 function keepAlive() {}
22 //# sourceMappingURL=sourceMappingURL.map
23 hasSourceURL: true
24 sourceMapURL: sourceMappingURL.map
25
26 Running: testSourceURLCommentInDynamicScript
27 function keepAliveInDynamicScript() {}
28 hasSourceURL: true
29
30 Running: testNonRelativeURL
31 function relativeURLScript() {}
32 hasSourceURL: true
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698