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

Unified Diff: LayoutTests/inspector/console/console-error-on-call-frame-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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-error-on-call-frame-expected.txt
diff --git a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
index 969dcd58e5fa56a75c9c9138ef7c524fa9bbe028..59ec543768c21a232b9a0b818831e0bbf56d16bd 100644
--- a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
+++ b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
@@ -1,7 +1,6 @@
CONSOLE ERROR: line 2: 42
Tests that console.error does not throw exception when executed in console on call frame.
-Debugger was enabled.
Set timer for test function.
Script execution paused.
Script execution resumed.
@@ -10,5 +9,4 @@ setTimeout(testFunction, 0)
console.error(42)
42testFunction console-error-on-call-frame.html:10
undefined
-Debugger was disabled.

Powered by Google App Engine
This is Rietveld 408576698