- From: wpt-stability-bot <web-platform-tests-notifications@w3.org>
- Date: Fri, 09 Dec 2016 19:30:24 GMT
- To: public-web-platform-tests-notifications@w3.org
# Chrome # Testing revision 3eb4fdb0d54f06243334783c3d990be784c2c7ed Starting 10 test iterations All results were stable ## All results ## ### [/dom/events/Event-initEvent.html](http://w3c-test.org/submissions/4304/dom/events/Event-initEvent.html) ### | Subtest | Results | |---------------------------------------------------------------------|---------| | | OK | | `Properties of initEvent(type, true, false)` | PASS | | `Calling initEvent during propagation.` | PASS | | `Properties of initEvent(type, false, true)` | PASS | | `Calling initEvent must unset the stop immediate propagation flag.` | PASS | | `Calling initEvent must unset the stop propagation flag.` | PASS | | `Calling initEvent multiple times (getting type).` | PASS | | `Calling initEvent multiple times (not getting type).` | PASS | | `Properties of initEvent(type, true, true)` | PASS | | `Properties of initEvent(type, false, false)` | PASS | | `Calling initEvent must not have an effect during dispatching.` | PASS | ### [/dom/events/Event-dispatch-multiple-cancelBubble.html](http://w3c-test.org/submissions/4304/dom/events/Event-dispatch-multiple-cancelBubble.html) ### | Subtest | Results | |---------------------------------------------|---------| | | OK | | `Multiple dispatchEvent() and cancelBubble` | FAIL | ### [/dom/events/Event-propagation.html](http://w3c-test.org/submissions/4304/dom/events/Event-propagation.html) ### | Subtest | Results | |--------------------------------------------------|---------| | | OK | | `After cancelBubble=true` | FAIL | | `Reinitialized after stopPropagation()` | PASS | | `Reinitialized after cancelBubble=true` | PASS | | `Reinitialized after stopImmediatePropagation()` | PASS | | `After stopImmediatePropagation()` | PASS | | `After stopPropagation()` | PASS | | `Newly-created Event` | PASS | ### [/dom/events/Event-cancelBubble.html](http://w3c-test.org/submissions/4304/dom/events/Event-cancelBubble.html) ### | Subtest | Results | |--------------------------------------------------------------------------|---------| | | OK | | `cancelBubble must be false when an event is initially created.` | PASS | | `Event.cancelBubble=false must have no effect.` | FAIL | | `Event.cancelBubble=false must have no effect during event propagation.` | FAIL | | `stopPropagation() must set cancelBubble to true.` | FAIL | | `Initializing an event must set cancelBubble to false.` | FAIL | | `cancelBubble must be false after an event has been dispatched.` | PASS | | `Event.cancelBubble=true must set the stop propagation flag.` | FAIL | | `stopImmediatePropagation() must set cancelBubble to true.` | FAIL | ### [/dom/events/Event-dispatch-bubble-canceled.html](http://w3c-test.org/submissions/4304/dom/events/Event-dispatch-bubble-canceled.html) ### | Subtest | Results | |------------------------------------------------------|---------| | | OK | | `Setting cancelBubble=true prior to dispatchEvent()` | FAIL | View on GitHub: https://github.com/w3c/web-platform-tests/pull/4304#issuecomment-265928816
Received on Friday, 9 December 2016 19:30:40 UTC