| Index: LayoutTests/inspector/console/console-format-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-format-expected.txt b/LayoutTests/inspector/console/console-format-expected.txt
|
| index 00779e66584a2507ee8bd0bc2c9bbcfa2446987a..f88b34679cd5c7d1f6d0de5774a905286188cab2 100644
|
| --- a/LayoutTests/inspector/console/console-format-expected.txt
|
| +++ b/LayoutTests/inspector/console/console-format-expected.txt
|
| @@ -80,6 +80,8 @@ CONSOLE MESSAGE: line 12: abc
|
| CONSOLE MESSAGE: line 13: abc
|
| CONSOLE MESSAGE: line 12: [object Uint16Array]
|
| CONSOLE MESSAGE: line 13: [object Uint16Array]
|
| +CONSOLE MESSAGE: line 12: [object Text]
|
| +CONSOLE MESSAGE: line 13: [object Text]
|
| Tests that console logging dumps proper messages.
|
|
|
| console-format.html:26 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0]
|
| @@ -232,4 +234,8 @@ console-format.html:12 [1, 2, 3]
|
| console-format.html:13 [Uint16Array[3]]0: Uint16Array[3]length: 1__proto__: Array[0]
|
| globals[33]
|
| [1, 2, 3]
|
| +console-format.html:12 #text
|
| +console-format.html:13 [text]0: textlength: 1__proto__: Array[0]
|
| +globals[34]
|
| +#text
|
|
|
|
|