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

Unified Diff: test/inspector/runtime/get-properties-on-proxy-expected.txt

Issue 2390733002: [inspector] Make InspectorTest.sendCommand* private (Closed)
Patch Set: rebased Created 4 years, 2 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/get-properties-on-proxy-expected.txt
diff --git a/test/inspector/runtime/get-properties-on-proxy-expected.txt b/test/inspector/runtime/get-properties-on-proxy-expected.txt
index 151ea382f9a3f2bfe66efd2f91f0ac4b3124f1c7..b36c8117718ec5b88b89d44a4e53ac381c7b38cc 100644
--- a/test/inspector/runtime/get-properties-on-proxy-expected.txt
+++ b/test/inspector/runtime/get-properties-on-proxy-expected.txt
@@ -1,9 +1,11 @@
Check that while Runtime.getProperties call on proxy object no user defined trap will be executed.
{
+ id : <messageId>
result : {
- description : 0
- type : number
- value : 0
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
}
-}
-
+}

Powered by Google App Engine
This is Rietveld 408576698