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

Unified Diff: LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt

Issue 388093002: DevTools: Do not crash or hang on console.log() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
index 59d5bbb17dbef81796a8e8c608a62043cd0bd554..c48a955c52e3a16bce7fdd782c5a6bcd1eb0fe33 100644
--- a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
+++ b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
@@ -1,6 +1,6 @@
CONSOLE MESSAGE: line 2: A message with first argument string
CONSOLE MESSAGE: line 3: 2011
-CONSOLE MESSAGE: line 4: [object Window]
+CONSOLE MESSAGE: line 4: [object global]
Tests that Web Inspector will discard console message arguments when iframe where the message was logged is navigated to a different page.

Powered by Google App Engine
This is Rietveld 408576698