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

Unified Diff: LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-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-remove-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt
index 528c52ae77c52338aa841b187ae8f4a038e2aaaa..042bf3ea500eb0a5924bb08f3a5d0f3107a7e8e7 100644
--- a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt
+++ b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-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]
yurys 2014/07/14 16:36:09 It is unfortunate that it it now differs from resu
aandrey 2014/07/18 08:54:47 Done. Added a special check.
Tests that console message arguments will be cleared when iframe where the messages were created is removed.
PASSED: found argument counts for 3 messages

Powered by Google App Engine
This is Rietveld 408576698