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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-format-collections-expected.txt

Issue 2667843004: DevTools: rebaseline console tests (Closed)
Patch Set: remove option to customize level Created 3 years, 11 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: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-format-collections-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-format-collections-expected.txt
similarity index 78%
copy from third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-format-collections-expected.txt
index 0051e91c5057dab2dd7b3d13b15411ae340ea4c5..49e7b737fedbdcf7125f0dd6eeadd212899bb684 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-format-collections-expected.txt
@@ -36,18 +36,18 @@ CONSOLE MESSAGE: line 65: [object Object]
CONSOLE MESSAGE: line 66: [object Object]
Tests that console nicely formats HTML Collections, NodeLists and DOMTokenLists.
-console-format-collections.html:15 HTMLCollection(1)
-console-format-collections.html:19 HTMLCollection(3)
-console-format-collections.html:23 HTMLOptionsCollection(2)
-console-format-collections.html:27 HTMLAllCollection(14)
-console-format-collections.html:31 HTMLFormControlsCollection(3)
-console-format-collections.html:35 RadioNodeList(2)
-console-format-collections.html:41 Array(2)
+console-format-collections.html:15 HTMLCollection[1]
+console-format-collections.html:19 HTMLCollection[3]
+console-format-collections.html:23 HTMLOptionsCollection[2]
+console-format-collections.html:27 HTMLAllCollection[14]
+console-format-collections.html:31 HTMLFormControlsCollection[3]
+console-format-collections.html:35 RadioNodeList[2]
+console-format-collections.html:41 Array[2]
console-format-collections.html:44 NonArrayWithLength
-console-format-collections.html:51 Arguments(2)
-console-format-collections.html:55 DOMTokenList(3)
-console-format-collections.html:58 ArrayLike(5)
-console-format-collections.html:59 ArrayLike(4294967295)
+console-format-collections.html:51 Arguments[2]
+console-format-collections.html:55 DOMTokenList[3]
+console-format-collections.html:58 ArrayLike[5]
+console-format-collections.html:59 ArrayLike[4294967295]
console-format-collections.html:61 ArrayLike
console-format-collections.html:62 ArrayLike
console-format-collections.html:63 ArrayLike
@@ -57,12 +57,12 @@ console-format-collections.html:66 ArrayLike
console-format-collections.html:15 [select#sel, sel: select#sel]
console-format-collections.html:19 [script, script, script]
console-format-collections.html:23 [option, option, selectedIndex: 0]
-console-format-collections.html:27 [html, head, script, script, script, body, p, div.c1.c2.c3, form#f, select#sel, option, option, input, input, f: form#f, sel: select#sel, x: NodeList(2)]
-console-format-collections.html:31 [select#sel, input, input, sel: select#sel, x: RadioNodeList(2)]
+console-format-collections.html:27 [html, head, script, script, script, body, p, div.c1.c2.c3, form#f, select#sel, option, option, input, input, f: form#f, sel: select#sel, x: NodeList[2]]
+console-format-collections.html:31 [select#sel, input, input, sel: select#sel, x: RadioNodeList[2]]
console-format-collections.html:35 [input, input, value: ""]
-console-format-collections.html:41 [1, Array(2)]
-console-format-collections.html:44 NonArrayWithLength {keys: Array(0)}
-console-format-collections.html:51 [1, "2", callee: function, Symbol(Symbol.iterator): function]
+console-format-collections.html:41 [1, Array[2]]
+console-format-collections.html:44 NonArrayWithLength {keys: Array[0]}
+console-format-collections.html:51 [1, "2"]
console-format-collections.html:55 ["c1", "c2", "c3", value: "c1 c2 c3"]
console-format-collections.html:58 [undefined × 5]
console-format-collections.html:59 [undefined × 4294967295]

Powered by Google App Engine
This is Rietveld 408576698