Pass | Test Description: stopImmediatePropagation() prevents other event listeners from being triggered and, unlike Event.stopPropagation(), its effect must be immediate. Once it has been called, further calls to this method have no additional effect. | Asserts runPass | assert_array_equals([object "[object Window]", [...], Document node with 2 children, [...], Element node <html><head> <title> Event.stopImmediatePropagation() imm..., [...], Element node <body> <div id="log">Running, 0 complete, 1 remain</div> ..., [...], Element node <table id="table" border="1" style="display: none"> <...], [object "[object Window]", [...], Document node with 2 children, [...], Element node <html><head> <title> Event.stopImmediatePropagation() imm..., [...], Element node <body> <div id="log">Running, 0 complete, 1 remain</div> ..., [...], Element node <table id="table" border="1" style="display: none"> <...], "ActualResult")
at Test.<anonymous> ( /uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.html:55:9) | Pass | assert_array_equals([0, 1, 0, 1, 0, 1, 0, 1, 0], [0, 1, 0, 1, 0, 1, 0, 1, 0], "ActualListeners")
at Test.<anonymous> ( /uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.html:56:9) |
|