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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-last-result-expected.txt
diff --git a/LayoutTests/inspector/console/console-last-result-expected.txt b/LayoutTests/inspector/console/console-last-result-expected.txt
index 000dce6c04ae69ff6c756108ac856ea9e07e5a08..9bd3490985e97e88c9dcb672e1c6ea9351452c57 100644
--- a/LayoutTests/inspector/console/console-last-result-expected.txt
+++ b/LayoutTests/inspector/console/console-last-result-expected.txt
@@ -1,7 +1,13 @@
Tests that console exposes last evaluation result as $_.
+
+Running: testLastResult
1+1
2
$_
2
+Running: testLastResultAfterConsoleClear
+$_
+undefined
+
« 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