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

Unified Diff: test/inspector/debugger/object-preview-internal-properties-expected.txt

Issue 2530803002: Revert of Use parenthesis in descriptions for array/map/set lengths/sizes (Closed)
Patch Set: 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
« no previous file with comments | « src/inspector/injected-script-source.js ('k') | test/inspector/runtime/length-or-size-description.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/object-preview-internal-properties-expected.txt
diff --git a/test/inspector/debugger/object-preview-internal-properties-expected.txt b/test/inspector/debugger/object-preview-internal-properties-expected.txt
index 481ef8b1a38e513f733ab4b8a62004911974c23d..2c7995c335daff271e244bde607d5055e2f42d1b 100644
--- a/test/inspector/debugger/object-preview-internal-properties-expected.txt
+++ b/test/inspector/debugger/object-preview-internal-properties-expected.txt
@@ -164,7 +164,7 @@
[
[0] : {
value : {
- description : Array(2)
+ description : Array[2]
overflow : false
properties : [
[0] : {
@@ -204,20 +204,20 @@
[
[0] : {
value : {
- description : Array(2)
+ description : Array[2]
overflow : false
properties : [
[0] : {
name : 0
subtype : array
type : object
- value : Array(2)
+ value : Array[2]
}
[1] : {
name : 1
subtype : array
type : object
- value : Array(2)
+ value : Array[2]
}
]
subtype : array
@@ -251,4 +251,3 @@
Running test: overridenArrayGetter
expression: Promise.resolve(42)
-
« no previous file with comments | « src/inspector/injected-script-source.js ('k') | test/inspector/runtime/length-or-size-description.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698