Chromium Code Reviews| 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 | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..151ea382f9a3f2bfe66efd2f91f0ac4b3124f1c7 | 
| --- /dev/null | 
| +++ b/test/inspector/runtime/get-properties-on-proxy-expected.txt | 
| @@ -0,0 +1,9 @@ | 
| +Check that while Runtime.getProperties call on proxy object no user defined trap will be executed. | 
| +{ | 
| + result : { | 
| + description : 0 | 
| + type : number | 
| + value : 0 | 
| + } | 
| +} | 
| + |