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

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

Issue 2508423002: Add getter properties to array entry previews (Closed)
Patch Set: just getters Created 4 years, 1 month 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
new file mode 100644
index 0000000000000000000000000000000000000000..395b9880ab9b5d00fd1985effee6fb1b375f1f6f
--- /dev/null
+++ b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
@@ -0,0 +1,49 @@
+Tests that Runtime.evaluate will generate correct previews.
+
+Running test: testObjectPropertiesPreview
+{
+ description : Object
+ overflow : false
+ properties : [
+ [0] : {
+ name : p1
+ type : object
+ value : Object
+ }
+ [1] : {
+ name : p2
+ type : object
+ value : Object
+ }
+ [2] : {
+ name : 1
+ type : accessor
+ }
+ ]
+ type : object
+}
+
+Running test: testArrayPropertiesPreview
+{
+ description : Array[4]
+ overflow : false
+ properties : [
+ [0] : {
+ name : 2
+ type : number
+ value : 1
+ }
+ [1] : {
+ name : 3
+ subtype : array
+ type : object
+ value : Array[1]
+ }
+ [2] : {
+ name : 1
+ type : accessor
+ }
+ ]
+ subtype : array
+ type : object
+}

Powered by Google App Engine
This is Rietveld 408576698