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

Side by Side Diff: LayoutTests/inspector/console/console-dir-global-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 9: [object Window] 1 CONSOLE MESSAGE: line 9: [object global]
2 Tests that console dumps global object with properties. 2 Tests that console dumps global object with properties.
3 3
4 { 4 {
5 Array : 1 5 Array : 1
6 console : 1 6 console : 1
7 document : 1 7 document : 1
8 doit : 1 8 doit : 1
9 eval : 1 9 eval : 1
10 frames : 1 10 frames : 1
11 window : 1 11 window : 1
12 } 12 }
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698