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

Side by Side Diff: LayoutTests/inspector/console/console-last-result-expected.txt

Issue 430503002: DevTools: Remove console last result $_ on console clear. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 6 years, 4 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 console exposes last evaluation result as $_. 1 Tests that console exposes last evaluation result as $_.
2 2
3
4 Running: testLastResult
3 1+1 5 1+1
4 2 6 2
5 $_ 7 $_
6 2 8 2
7 9
10 Running: testLastResultAfterConsoleClear
11 $_
12 undefined
13
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-last-result.html ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698