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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 2: A message with first argument string 1 CONSOLE MESSAGE: line 2: A message with first argument string
2 CONSOLE MESSAGE: line 3: 2011 2 CONSOLE MESSAGE: line 3: 2011
3 CONSOLE MESSAGE: line 4: [object Window] 3 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.
4 Tests that console message arguments will be cleared when iframe where the messa ges were created is removed. 4 Tests that console message arguments will be cleared when iframe where the messa ges were created is removed.
5 5
6 PASSED: found argument counts for 3 messages 6 PASSED: found argument counts for 3 messages
7 PASSED: message #0 has no arguments. 7 PASSED: message #0 has no arguments.
8 PASSED: message #1 has no arguments. 8 PASSED: message #1 has no arguments.
9 PASSED: message #2 has no arguments. 9 PASSED: message #2 has no arguments.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698