blob: 31926cf37c20a4c2c542b0871287016e109b2cf5 [file] [log] [blame]
Tests for the Runtime.getProperties command.
== Running test suite: Runtime.getProperties.internalProperties
-- Running test case: Runtime.getProperties.internalProperties.EventTarget
Evaluating expression...
Getting internal properties...
listeners: {
eventBubbleActiveMulti: [
0: {
callback: "function callbackBubbleActiveMulti() {}" (function)
capture: false (boolean)
passive: false (boolean)
once: false (boolean)
}
]
eventCapturePassiveOnce: [
0: {
callback: "function callbackCapturePassiveOnce() {}" (function)
capture: true (boolean)
passive: true (boolean)
once: true (boolean)
}
]
}