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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt

Issue 2669633002: DevTools: rebaseline debugger tests (Closed)
Patch Set: fix comment for frameworks-skip-step-in.html Created 3 years, 11 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
Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/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/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
similarity index 96%
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
index 348399ed97a75ff5d300ab58ba640c0ca534b816..0794d3d03539d41a201ab0c996068ac9dd60b056 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/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 () { [native code] }
+ __proto__: function () {}
[[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 () { [native code] }
+ __proto__: function () {}
[[FunctionLocation]]: Object
[[Scopes]]: Scopes[2]
0: Closure

Powered by Google App Engine
This is Rietveld 408576698