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

Unified Diff: LayoutTests/inspector/console/console-format-collections-expected.txt

Issue 388093002: DevTools: Do not crash or hang on console.log() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: compile fix 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/inspector/console/console-format-collections-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-collections-expected.txt b/LayoutTests/inspector/console/console-format-collections-expected.txt
index 9711db3584a5e1c021e9bd11293666ae4b4b164e..0786292fd844afb44915cb93c8d133b2f0d449ce 100644
--- a/LayoutTests/inspector/console/console-format-collections-expected.txt
+++ b/LayoutTests/inspector/console/console-format-collections-expected.txt
@@ -6,8 +6,8 @@ CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection]
CONSOLE MESSAGE: line 35: [object RadioNodeList]
CONSOLE MESSAGE: line 41: 1,2,
CONSOLE MESSAGE: line 44: [object Object]
-CONSOLE MESSAGE: line 51: [object Arguments]
-CONSOLE MESSAGE: line 55: c1 c2 c3
+CONSOLE MESSAGE: line 51: [object Object]
+CONSOLE MESSAGE: line 55: [object DOMTokenList]
CONSOLE MESSAGE: line 15: [object HTMLCollection]
CONSOLE MESSAGE: line 19: [object HTMLCollection]
CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
@@ -16,8 +16,8 @@ CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection]
CONSOLE MESSAGE: line 35: [object RadioNodeList]
CONSOLE MESSAGE: line 41: 1,2,
CONSOLE MESSAGE: line 44: [object Object]
-CONSOLE MESSAGE: line 51: [object Arguments]
-CONSOLE MESSAGE: line 55: c1 c2 c3
+CONSOLE MESSAGE: line 51: [object Object]
+CONSOLE MESSAGE: line 55: [object DOMTokenList]
Tests that console nicely formats HTML Collections, NodeLists and DOMTokenLists.
HTMLCollection[1] console-format-collections.html:15

Powered by Google App Engine
This is Rietveld 408576698