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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/show-function-definition-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 "Show Function Definition" jumps to the correct location. 1 Tests that "Show Function Definition" jumps to the correct location.
2 2
3 3
4 Running: testRevealFunctionDefinition 4 Running: testRevealFunctionDefinition
5 Function location revealed: [7:18] 5 Function location revealed: [7:18]
6 6
7 Running: testDumpFunctionDefinition 7 Running: testDumpFunctionDefinition
8 jumpToMe 8 jumpToMe
9 jumpToMe() 9 jumpToMe()
10 { 10 {
11 var result = 12345; 11 var result = 12345;
12 return window.foo || result; 12 return window.foo || result;
13 } 13 }
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698