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

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

Issue 2514893004: DevTools: show array entries that are getters (Closed)
Patch Set: Add needsManualRebase to TE Created 4 years, 1 month 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/LayoutTests/inspector/console/console-format-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
index 89d3c66d2410f299ffcbcc46424c880787f9c178..0edf391a6ab341a74c084c670ab46f1b9a0bc6ba 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
@@ -1,13 +1,13 @@
-CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,,
-CONSOLE MESSAGE: line 27: %o
-CONSOLE MESSAGE: line 28: %O
-CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter
-CONSOLE MESSAGE: line 30: %% self-escape1
-CONSOLE MESSAGE: line 31: %%s self-escape2
-CONSOLE MESSAGE: line 32: %%ss self-escape3
-CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4
-CONSOLE MESSAGE: line 34: %%%%% self-escape5
-CONSOLE MESSAGE: line 35: %%%s self-escape6
+CONSOLE MESSAGE: line 27: test,test2,,,test4,1,,,,
+CONSOLE MESSAGE: line 28: %o
+CONSOLE MESSAGE: line 29: %O
+CONSOLE MESSAGE: line 30: Test for zero "%f" in formatter
+CONSOLE MESSAGE: line 31: %% self-escape1
+CONSOLE MESSAGE: line 32: %%s self-escape2
+CONSOLE MESSAGE: line 33: %%ss self-escape3
+CONSOLE MESSAGE: line 34: %%s%s%%s self-escape4
+CONSOLE MESSAGE: line 35: %%%%% self-escape5
+CONSOLE MESSAGE: line 36: %%%s self-escape6
CONSOLE MESSAGE: line 12: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
CONSOLE MESSAGE: line 13: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
CONSOLE MESSAGE: line 12: /foo\\bar\sbaz/i
@@ -56,8 +56,8 @@ CONSOLE MESSAGE: line 12: Infinity
CONSOLE MESSAGE: line 13: Infinity
CONSOLE MESSAGE: line 12: -Infinity
CONSOLE MESSAGE: line 13: -Infinity
-CONSOLE MESSAGE: line 12: test,test2,,,test4,,,,,
-CONSOLE MESSAGE: line 13: test,test2,,,test4,,,,,
+CONSOLE MESSAGE: line 12: test,test2,,,test4,1,,,,
+CONSOLE MESSAGE: line 13: test,test2,,,test4,1,,,,
CONSOLE MESSAGE: line 12: [object Object]
CONSOLE MESSAGE: line 13: [object Object]
CONSOLE MESSAGE: line 12: function () {}
@@ -96,16 +96,16 @@ CONSOLE MESSAGE: line 12: [object Uint8Array]
CONSOLE MESSAGE: line 13: [object Uint8Array]
Tests that console logging dumps proper messages.
- console-format.html:21 Array[10]
-console-format.html:22 Array[10]
+ console-format.html:22 Array[10]
console-format.html:23 Array[10]
-console-format.html:24 Test for zero "0" in formatter
-console-format.html:25 % self-escape1 dummy
-console-format.html:26 %s self-escape2 dummy
-console-format.html:27 %ss self-escape3 dummy
-console-format.html:28 %sdummy%s self-escape4
-console-format.html:29 %%% self-escape5 dummy
-console-format.html:30 %dummy self-escape6
+console-format.html:24 Array[10]
+console-format.html:25 Test for zero "0" in formatter
+console-format.html:26 % self-escape1 dummy
+console-format.html:27 %s self-escape2 dummy
+console-format.html:28 %ss self-escape3 dummy
+console-format.html:29 %sdummy%s self-escape4
+console-format.html:30 %%% self-escape5 dummy
+console-format.html:31 %dummy self-escape6
console-format.html:7 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
console-format.html:8 [/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\…?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i]
globals[0]
@@ -204,10 +204,10 @@ console-format.html:7 -Infinity
console-format.html:8 [-Infinity]
globals[20]
-Infinity
-console-format.html:7 ["test", "test2", 4: "test4", foo: Object]
+console-format.html:7 ["test", "test2", 4: "test4", 5: (...), foo: Object]
console-format.html:8 [Array[10]]
globals[21]
-["test", "test2", undefined × 2, "test4", undefined × 5]
+["test", "test2", undefined × 2, "test4", (...), undefined × 4]
console-format.html:7 Object {}
console-format.html:8 [Object]
globals[22]
@@ -280,34 +280,40 @@ console-format.html:8 [Uint8Array[400000000]]
globals[38]
Uint8Array[400000000]
Expanded all messages
-console-format.html:21 Array[10]
+console-format.html:22 Array[10]
0: "test"
1: "test2"
4: "test4"
+ 5: (...)
foo: Object
length: 10
+ get 5: ()
__proto__: Array[0]
-console-format.html:22 Array[10]
+console-format.html:23 Array[10]
0: "test"
1: "test2"
4: "test4"
+ 5: (...)
foo: Object
length: 10
+ get 5: ()
__proto__: Array[0]
-console-format.html:23 Array[10]
+console-format.html:24 Array[10]
0: "test"
1: "test2"
4: "test4"
+ 5: (...)
foo: Object
length: 10
- __proto__: Array[0]
-console-format.html:24 Test for zero "0" in formatter
-console-format.html:25 % self-escape1 dummy
-console-format.html:26 %s self-escape2 dummy
-console-format.html:27 %ss self-escape3 dummy
-console-format.html:28 %sdummy%s self-escape4
-console-format.html:29 %%% self-escape5 dummy
-console-format.html:30 %dummy self-escape6
+ get 5: ()
+ __proto__: Array[0]
+console-format.html:25 Test for zero "0" in formatter
+console-format.html:26 % self-escape1 dummy
+console-format.html:27 %s self-escape2 dummy
+console-format.html:28 %ss self-escape3 dummy
+console-format.html:29 %sdummy%s self-escape4
+console-format.html:30 %%% self-escape5 dummy
+console-format.html:31 %dummy self-escape6
console-format.html:7 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
console-format.html:8 Array[1]
0: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
@@ -476,8 +482,10 @@ console-format.html:7 Array[10]
0: "test"
1: "test2"
4: "test4"
+ 5: (...)
foo: Object
length: 10
+ get 5: ()
__proto__: Array[0]
console-format.html:8 Array[1]
0: Array[10]
@@ -488,8 +496,10 @@ Array[10]
0: "test"
1: "test2"
4: "test4"
+ 5: (...)
foo: Object
length: 10
+ get 5: ()
__proto__: Array[0]
console-format.html:7 Object
__proto__: Object

Powered by Google App Engine
This is Rietveld 408576698