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

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

Issue 2508423002: Add getter properties to array entry previews (Closed)
Patch Set: rebase 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 | « test/inspector/runtime/evaluate-with-generate-preview.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bef284bf398087918b24ac9dfd9de437d0a3c8a3
--- /dev/null
+++ b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt
@@ -0,0 +1,57 @@
+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 : p3
+ type : accessor
+ }
+ [3] : {
+ name : p5
+ type : accessor
+ }
+ ]
+ type : object
+}
+
+Running test: testArrayPropertiesPreview
+{
+ description : Array(7)
+ overflow : false
+ properties : [
+ [0] : {
+ name : 2
+ type : number
+ value : 1
+ }
+ [1] : {
+ name : 3
+ subtype : array
+ type : object
+ value : Array(1)
+ }
+ [2] : {
+ name : 4
+ type : accessor
+ }
+ [3] : {
+ name : 6
+ type : accessor
+ }
+ ]
+ subtype : array
+ type : object
+}
« no previous file with comments | « test/inspector/runtime/evaluate-with-generate-preview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698