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

Unified Diff: test/inspector/runtime/evaluate-with-generate-preview-expected.txt

Issue 2767323002: [inspector] better isArrayLike for injected-script-source.js (Closed)
Patch Set: length on array should be own property Created 3 years, 9 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: test/inspector/runtime/evaluate-with-generate-preview-expected.txt
diff --git a/test/inspector/runtime/evaluate-with-generate-preview-expected.txt b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
index e200f8aec36e73854f5fb3e326bcede34445c3dc..ef1cd1a753c19ed53162de26782f3fba9cd0e7ea 100644
--- a/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
+++ b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
@@ -827,3 +827,12 @@ Running test: testObjInheritsGetterProperty
]
type : object
}
+
+Running test: testObjWithArrayAsProto
+{
+ description : Array
+ overflow : false
+ properties : [
+ ]
+ type : object
dgozman 2017/03/23 21:10:20 So this was an array before or not? What changed?
kozy 2017/03/24 00:40:37 It was the same before (this test I copied from la
+}

Powered by Google App Engine
This is Rietveld 408576698