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

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

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: removed the test Created 3 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 function 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