Index: LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt |
diff --git a/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt b/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt |
index 1b0dbad3839369fca67f8fe358ca90fce53fb9ce..2bb6d30fd0818a79aaa4de65c9a6df4c4582aeb0 100644 |
--- a/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt |
+++ b/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt |
@@ -1,5 +1,5 @@ |
Tests that evaluating 'throw undefined' in the console won't crash the browser. Bug 59611. |
throw undefined |
-undefined |
+Uncaught undefined VM:2 |
vsevik
2014/07/17 13:13:22
Now that we have a non trivial behavior in case of
kozyatinskiy1
2014/07/17 14:02:51
Done.
|