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 |
+ |