| Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| index 269be6ce3452c9def5bc838090c20713fd36bc32..e149f61507a8112d0c3f23273188f226c125db4c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| @@ -8,6 +8,7 @@ CONSOLE MESSAGE: line 31: [object Object]
|
| CONSOLE MESSAGE: line 32: [object Object]
|
| CONSOLE MESSAGE: line 34: function get __proto__() { [native code] }
|
| CONSOLE MESSAGE: line 39: [object Uint8Array]
|
| +CONSOLE MESSAGE: line 44: [object Event]
|
| Tests that console logging dumps proper messages.
|
|
|
| console-dir.html:4 Array[2]
|
| @@ -63,4 +64,21 @@ console-dir.html:34 Uint8Array[400000000]
|
| [200000000 … 299999999]
|
| [300000000 … 399999999]
|
| __proto__: TypedArray
|
| +console-dir.html:39 Event
|
| + bubbles: false
|
| + cancelBubble: false
|
| + cancelable: false
|
| + currentTarget: null
|
| + defaultPrevented: false
|
| + eventPhase: 0
|
| + isTrusted: false
|
| + path: Array[0]
|
| + relatedTargetScoped: false
|
| + returnValue: true
|
| + scoped: false
|
| + srcElement: null
|
| + target: null
|
| + timeStamp: 0
|
| + type: ""
|
| + __proto__: Event
|
|
|
|
|