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

Unified Diff: LayoutTests/inspector/console/console-eval-throw-undefined.html

Issue 369333002: DevTools: Added error message when the command is invoked from the console with exception (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-evaluate-exception-details
Patch Set: 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-eval-throw-undefined.html
diff --git a/LayoutTests/inspector/console/console-eval-throw-undefined.html b/LayoutTests/inspector/console/console-eval-throw-undefined.html
deleted file mode 100644
index 5360e3b315d53e1f32a8a69b1e097e074a9a198f..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/console/console-eval-throw-undefined.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-<head>
-<script src="../../http/tests/inspector/inspector-test.js"></script>
-<script src="../../http/tests/inspector/console-test.js"></script>
-<script>
-function test()
-{
- InspectorTest.evaluateInConsole("throw undefined", step1);
-
- function step1()
- {
- InspectorTest.dumpConsoleMessages();
- InspectorTest.completeTest();
- }
-}
-
-</script>
-</head>
-<body onload="runTest()">
-<p>
-Tests that evaluating 'throw undefined' in the console won't crash the browser.
-<a href="https://bugs.webkit.org/show_bug.cgi?id=59611">Bug 59611.</a>
-</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698