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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt

Issue 2591293002: Auto-rebaseline for r440095 (Closed)
Patch Set: Created 4 years 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/imported/wpt/dom/interfaces-expected.txt ('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/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
index 0794d3d03539d41a201ab0c996068ac9dd60b056..348399ed97a75ff5d300ab58ba640c0ca534b816 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
@@ -16,7 +16,7 @@ globalObject: Object
__proto__: Object
__proto__: Object
windowAlias: Window
-array: Array[300]
+array: Array(300)
[0 .. 99]
[100 .. 199]
[200 .. 299]
@@ -121,14 +121,14 @@ array: Array[300]
298: 298
299: 299
length: 300
- __proto__: Array[0]
+ __proto__: Array(0)
func: function () {return a + b;}
arguments: null
caller: null
length: 0
name:
prototype: Object
- __proto__: function () {}
+ __proto__: function () { [native code] }
[[FunctionLocation]]: Object
[[Scopes]]: Scopes[2]
0: Closure
@@ -143,7 +143,7 @@ globalObject: Object
__proto__: Object
__proto__: Object
windowAlias: Window
-array: Array[300]
+array: Array(300)
[0 .. 99]
[100 .. 199]
[200 .. 299]
@@ -248,14 +248,14 @@ array: Array[300]
298: 298
299: 299
length: 300
- __proto__: Array[0]
+ __proto__: Array(0)
func: function () {return a + b;}
arguments: null
caller: null
length: 0
name:
prototype: Object
- __proto__: function () {}
+ __proto__: function () { [native code] }
[[FunctionLocation]]: Object
[[Scopes]]: Scopes[2]
0: Closure
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698