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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt

Issue 2030453002: [DevTools] Support CommandLineAPI in workers and Node.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 6 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: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1b4ddc984a1aec583ea64429436fb29f8938b276
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-clear-of-command-line-api-expected.txt
@@ -0,0 +1,144 @@
+Tests that CommandLineAPI is presented only while evaluation.
+
+{
+ result : {
+ description : 15
+ type : number
+ value : 15
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+ wasThrown : false
+}
+setPropertyForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+ wasThrown : false
+}
+defineValuePropertyForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+ wasThrown : false
+}
+definePropertiesForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+ wasThrown : false
+}
+defineAccessorPropertyForMethod()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+ wasThrown : false
+}
+redefineGetOwnPropertyDescriptors()
+{
+ result : {
+ description : 14
+ type : number
+ value : 14
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 0
+ type : number
+ value : 0
+ }
+ wasThrown : false
+}
+{
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+ wasThrown : false
+}
+

Powered by Google App Engine
This is Rietveld 408576698