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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/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
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 3
4 Running: testSourceURLCommentInInlineScript 4 Running: testSourceURLCommentInInlineScript
5 5
6 Running: testSourceURLCommentInScript 6 Running: testSourceURLCommentInScript
7 function scriptWithSourceURL() {} 7 function scriptWithSourceURL() {}
8 hasSourceURL: true 8 hasSourceURL: true
9 9
10 Running: testPoorSourceURLCommentInScript 10 Running: testPoorSourceURLCommentInScript
(...skipping 13 matching lines...) Expand all
24 sourceMapURL: sourceMappingURL.map 24 sourceMapURL: sourceMappingURL.map
25 25
26 Running: testSourceURLCommentInDynamicScript 26 Running: testSourceURLCommentInDynamicScript
27 function keepAliveInDynamicScript() {} 27 function keepAliveInDynamicScript() {}
28 hasSourceURL: true 28 hasSourceURL: true
29 29
30 Running: testNonRelativeURL 30 Running: testNonRelativeURL
31 function relativeURLScript() {} 31 function relativeURLScript() {}
32 hasSourceURL: true 32 hasSourceURL: true
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698