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 52ae78133d1b8da8646ababe853fb00fb4585305..2374586c21b884127af3ee7050dbc875123bbc28 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,,,,, |
+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 |
@@ -94,22 +94,26 @@ CONSOLE MESSAGE: line 12: [object Uint8Array] |
CONSOLE MESSAGE: line 13: [object Uint8Array] |
CONSOLE MESSAGE: line 12: [object Uint8Array] |
CONSOLE MESSAGE: line 13: [object Uint8Array] |
+CONSOLE MESSAGE: line 12: [object Uint8Array] |
+CONSOLE MESSAGE: line 13: [object Uint8Array] |
CONSOLE MESSAGE: line 12: [object Object] |
CONSOLE MESSAGE: line 13: [object Object] |
CONSOLE MESSAGE: line 12: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 |
CONSOLE MESSAGE: line 13: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 |
+CONSOLE MESSAGE: line 12: test |
+CONSOLE MESSAGE: line 13: test |
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] |
@@ -275,51 +279,59 @@ console-format.html:7 DOMException: Failed to execute 'removeChild' on 'Node': T |
console-format.html:8 [DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of th…] |
globals[36] |
DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. |
+console-format.html:7 Uint8Array(1) [3] |
+console-format.html:8 [Uint8Array(1)] |
+globals[37] |
+Uint8Array(1) [3] |
console-format.html:7 Uint8Array(400) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] |
console-format.html:8 [Uint8Array(400)] |
-globals[37] |
+globals[38] |
Uint8Array(400) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] |
console-format.html:7 Uint8Array(400000000) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] |
console-format.html:8 [Uint8Array(400000000)] |
-globals[38] |
+globals[39] |
Uint8Array(400000000) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] |
console-format.html:7 namespace.longSubNamespace.x.className {} |
console-format.html:8 [n…e.l…e.x.className] |
-globals[39] |
+globals[40] |
namespace.longSubNamespace.x.className {} |
console-format.html:7 [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1…] |
console-format.html:8 [Array(200)] |
-globals[40] |
+globals[41] |
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1…] |
+console-format.html:7 ["test"] |
+console-format.html:8 [Array(1)] |
+globals[42] |
+["test"] |
Expanded all messages |
-console-format.html:21 Array(10) |
+console-format.html:22 Array(10) |
0: "test" |
1: "test2" |
4: "test4" |
foo: Object |
length: 10 |
__proto__: Array(0) |
-console-format.html:22 Array(10) |
+console-format.html:23 Array(10) |
0: "test" |
1: "test2" |
4: "test4" |
foo: Object |
length: 10 |
__proto__: Array(0) |
-console-format.html:23 Array(10) |
+console-format.html:24 Array(10) |
0: "test" |
1: "test2" |
4: "test4" |
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 |
+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 |
@@ -703,6 +715,27 @@ console-format.html:8 Array(1) |
__proto__: Array(0) |
globals[36] |
DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. |
+console-format.html:7 Uint8Array(1) |
+ 0: 3 |
+ buffer: (...) |
+ byteLength: (...) |
+ byteOffset: (...) |
+ length: (...) |
+ Symbol(Symbol.toStringTag): (...) |
+ __proto__: TypedArray |
+console-format.html:8 Array(1) |
+ 0: Uint8Array(1) |
+ length: 1 |
+ __proto__: Array(0) |
+globals[37] |
+Uint8Array(1) |
+ 0: 3 |
+ buffer: (...) |
+ byteLength: (...) |
+ byteOffset: (...) |
+ length: (...) |
+ Symbol(Symbol.toStringTag): (...) |
+ __proto__: TypedArray |
console-format.html:7 Uint8Array(400) |
[0 … 99] |
[100 … 199] |
@@ -714,7 +747,7 @@ console-format.html:8 Array(1) |
0: Uint8Array(400) |
length: 1 |
__proto__: Array(0) |
-globals[37] |
+globals[38] |
Uint8Array(400) |
[0 … 99] |
[100 … 199] |
@@ -732,7 +765,7 @@ console-format.html:8 Array(1) |
0: Uint8Array(400000000) |
length: 1 |
__proto__: Array(0) |
-globals[38] |
+globals[39] |
Uint8Array(400000000) |
[0 … 99999999] |
[100000000 … 199999999] |
@@ -745,7 +778,7 @@ console-format.html:8 Array(1) |
0: namespace.longSubNamespace.x.className |
length: 1 |
__proto__: Array(0) |
-globals[39] |
+globals[40] |
namespace.longSubNamespace.x.className |
__proto__: Object |
console-format.html:7 Array(200) |
@@ -757,10 +790,23 @@ console-format.html:8 Array(1) |
0: Array(200) |
length: 1 |
__proto__: Array(0) |
-globals[40] |
+globals[41] |
Array(200) |
[0 … 99] |
[100 … 199] |
length: 200 |
__proto__: Array(0) |
+console-format.html:7 Array(1) |
+ 0: "test" |
+ length: 1 |
+ __proto__: Array(0) |
+console-format.html:8 Array(1) |
+ 0: Array(1) |
+ length: 1 |
+ __proto__: Array(0) |
+globals[42] |
+Array(1) |
+ 0: "test" |
+ length: 1 |
+ __proto__: Array(0) |