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

Side by Side Diff: LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt

Issue 1104233004: DevTools: rebaseline inspector tests with poor expectations (2). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaselined Created 5 years, 7 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
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 show-function-definition.html:7 function jumpToMe() 9 jumpToMe()
10 {
11 var result = 12345;
12 return window.foo || result;
13 }
14 10
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/show-function-definition.html ('k') | LayoutTests/inspector/tracing-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698