Chromium Code Reviews

Unified Diff: test/inspector/runtime/clear-of-command-line-api-expected.txt

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/inspector/runtime/clear-of-command-line-api-expected.txt
diff --git a/test/inspector/runtime/clear-of-command-line-api-expected.txt b/test/inspector/runtime/clear-of-command-line-api-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..db9f0d614252ea32effb4004980702329af34e4f
--- /dev/null
+++ b/test/inspector/runtime/clear-of-command-line-api-expected.txt
@@ -0,0 +1,127 @@
+Tests that CommandLineAPI is presented only while evaluation.
+
+{
+ result : {
+ description : 15
+ type : number
+ value : 15
+ }
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+}
+setPropertyForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+}
+defineValuePropertyForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+}
+definePropertiesForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+}
+defineAccessorPropertyForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+}
+redefineGetOwnPropertyDescriptors()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+}
+

Powered by Google App Engine