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

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

Issue 2728013002: [DevTools] rebaselined tests (Closed)
Patch Set: stack-overflow-still-flaky Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 00199383b9a64df5eb183bd30395d25579539a08..a501ce5d95a56fb84b7202a0eca52a68d86d22f5 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
@@ -11,14 +11,14 @@ 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]
+console-dir.html:4 Array(2)
0: "test1"
1: "test2"
length: 2
- __proto__: Array[0]
-console-dir.html:5 NodeList[1]
- 0: html
+ __proto__: Array(0)
+console-dir.html:5 NodeList(1)
length: 1
+ 0: html
__proto__: NodeList
console-dir.html:6 XPathResult
invalidIteratorState: false
@@ -39,7 +39,7 @@ console-dir.html:19 function anonymous()
length: 0
name: ""
prototype: Object
- __proto__: ()
+ __proto__: function ()
[[FunctionLocation]]: console-dir.html:19
[[Scopes]]: Scopes[1]
console-dir.html:23 inner
@@ -50,14 +50,13 @@ console-dir.html:27 Object
foo: Object
No Properties
__proto__: Object
-console-dir.html:29 function get __proto__()
+console-dir.html:29 function __proto__()
arguments: null
caller: null
length: 0
name: "get __proto__"
- __proto__: ()
- [[FunctionLocation]]: <unknown>
-console-dir.html:34 Uint8Array[400000000]
+ __proto__: function ()
+console-dir.html:34 Uint8Array(400000000)
[0 … 99999999]
[100000000 … 199999999]
[200000000 … 299999999]
@@ -72,11 +71,11 @@ console-dir.html:39 Event
defaultPrevented: false
eventPhase: 0
isTrusted: false
- path: Array[0]
+ path: Array(0)
returnValue: true
srcElement: null
target: null
- timeStamp: 0
type: ""
+ timeStamp: 0
__proto__: Event
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698