Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/dom/events/passive-by-default.txt
Glenn Skrzypczak 08589741f5 LibWeb: Correctly implement event listeners default passive attribute
This commit implements the default value of the passive attribute of
event listeners according to the spec.
2024-12-25 14:57:22 +00:00

105 lines
7.2 KiB
Plaintext

Harness status: OK
Found 100 tests
100 Pass
Pass touchstart listener is passive by default for Window
Pass touchstart listener is passive with {passive:undefined} for Window
Pass touchstart listener is non-passive with {passive:false} for Window
Pass touchstart listener is passive with {passive:true} for Window
Pass touchstart listener is passive by default for HTMLDocument
Pass touchstart listener is passive with {passive:undefined} for HTMLDocument
Pass touchstart listener is non-passive with {passive:false} for HTMLDocument
Pass touchstart listener is passive with {passive:true} for HTMLDocument
Pass touchstart listener is passive by default for HTMLHtmlElement
Pass touchstart listener is passive with {passive:undefined} for HTMLHtmlElement
Pass touchstart listener is non-passive with {passive:false} for HTMLHtmlElement
Pass touchstart listener is passive with {passive:true} for HTMLHtmlElement
Pass touchstart listener is passive by default for HTMLBodyElement
Pass touchstart listener is passive with {passive:undefined} for HTMLBodyElement
Pass touchstart listener is non-passive with {passive:false} for HTMLBodyElement
Pass touchstart listener is passive with {passive:true} for HTMLBodyElement
Pass touchstart listener is non-passive by default for HTMLDivElement
Pass touchstart listener is non-passive with {passive:undefined} for HTMLDivElement
Pass touchstart listener is non-passive with {passive:false} for HTMLDivElement
Pass touchstart listener is passive with {passive:true} for HTMLDivElement
Pass touchmove listener is passive by default for Window
Pass touchmove listener is passive with {passive:undefined} for Window
Pass touchmove listener is non-passive with {passive:false} for Window
Pass touchmove listener is passive with {passive:true} for Window
Pass touchmove listener is passive by default for HTMLDocument
Pass touchmove listener is passive with {passive:undefined} for HTMLDocument
Pass touchmove listener is non-passive with {passive:false} for HTMLDocument
Pass touchmove listener is passive with {passive:true} for HTMLDocument
Pass touchmove listener is passive by default for HTMLHtmlElement
Pass touchmove listener is passive with {passive:undefined} for HTMLHtmlElement
Pass touchmove listener is non-passive with {passive:false} for HTMLHtmlElement
Pass touchmove listener is passive with {passive:true} for HTMLHtmlElement
Pass touchmove listener is passive by default for HTMLBodyElement
Pass touchmove listener is passive with {passive:undefined} for HTMLBodyElement
Pass touchmove listener is non-passive with {passive:false} for HTMLBodyElement
Pass touchmove listener is passive with {passive:true} for HTMLBodyElement
Pass touchmove listener is non-passive by default for HTMLDivElement
Pass touchmove listener is non-passive with {passive:undefined} for HTMLDivElement
Pass touchmove listener is non-passive with {passive:false} for HTMLDivElement
Pass touchmove listener is passive with {passive:true} for HTMLDivElement
Pass wheel listener is passive by default for Window
Pass wheel listener is passive with {passive:undefined} for Window
Pass wheel listener is non-passive with {passive:false} for Window
Pass wheel listener is passive with {passive:true} for Window
Pass wheel listener is passive by default for HTMLDocument
Pass wheel listener is passive with {passive:undefined} for HTMLDocument
Pass wheel listener is non-passive with {passive:false} for HTMLDocument
Pass wheel listener is passive with {passive:true} for HTMLDocument
Pass wheel listener is passive by default for HTMLHtmlElement
Pass wheel listener is passive with {passive:undefined} for HTMLHtmlElement
Pass wheel listener is non-passive with {passive:false} for HTMLHtmlElement
Pass wheel listener is passive with {passive:true} for HTMLHtmlElement
Pass wheel listener is passive by default for HTMLBodyElement
Pass wheel listener is passive with {passive:undefined} for HTMLBodyElement
Pass wheel listener is non-passive with {passive:false} for HTMLBodyElement
Pass wheel listener is passive with {passive:true} for HTMLBodyElement
Pass wheel listener is non-passive by default for HTMLDivElement
Pass wheel listener is non-passive with {passive:undefined} for HTMLDivElement
Pass wheel listener is non-passive with {passive:false} for HTMLDivElement
Pass wheel listener is passive with {passive:true} for HTMLDivElement
Pass mousewheel listener is passive by default for Window
Pass mousewheel listener is passive with {passive:undefined} for Window
Pass mousewheel listener is non-passive with {passive:false} for Window
Pass mousewheel listener is passive with {passive:true} for Window
Pass mousewheel listener is passive by default for HTMLDocument
Pass mousewheel listener is passive with {passive:undefined} for HTMLDocument
Pass mousewheel listener is non-passive with {passive:false} for HTMLDocument
Pass mousewheel listener is passive with {passive:true} for HTMLDocument
Pass mousewheel listener is passive by default for HTMLHtmlElement
Pass mousewheel listener is passive with {passive:undefined} for HTMLHtmlElement
Pass mousewheel listener is non-passive with {passive:false} for HTMLHtmlElement
Pass mousewheel listener is passive with {passive:true} for HTMLHtmlElement
Pass mousewheel listener is passive by default for HTMLBodyElement
Pass mousewheel listener is passive with {passive:undefined} for HTMLBodyElement
Pass mousewheel listener is non-passive with {passive:false} for HTMLBodyElement
Pass mousewheel listener is passive with {passive:true} for HTMLBodyElement
Pass mousewheel listener is non-passive by default for HTMLDivElement
Pass mousewheel listener is non-passive with {passive:undefined} for HTMLDivElement
Pass mousewheel listener is non-passive with {passive:false} for HTMLDivElement
Pass mousewheel listener is passive with {passive:true} for HTMLDivElement
Pass touchend listener is non-passive by default for Window
Pass touchend listener is non-passive with {passive:undefined} for Window
Pass touchend listener is non-passive with {passive:false} for Window
Pass touchend listener is passive with {passive:true} for Window
Pass touchend listener is non-passive by default for HTMLDocument
Pass touchend listener is non-passive with {passive:undefined} for HTMLDocument
Pass touchend listener is non-passive with {passive:false} for HTMLDocument
Pass touchend listener is passive with {passive:true} for HTMLDocument
Pass touchend listener is non-passive by default for HTMLHtmlElement
Pass touchend listener is non-passive with {passive:undefined} for HTMLHtmlElement
Pass touchend listener is non-passive with {passive:false} for HTMLHtmlElement
Pass touchend listener is passive with {passive:true} for HTMLHtmlElement
Pass touchend listener is non-passive by default for HTMLBodyElement
Pass touchend listener is non-passive with {passive:undefined} for HTMLBodyElement
Pass touchend listener is non-passive with {passive:false} for HTMLBodyElement
Pass touchend listener is passive with {passive:true} for HTMLBodyElement
Pass touchend listener is non-passive by default for HTMLDivElement
Pass touchend listener is non-passive with {passive:undefined} for HTMLDivElement
Pass touchend listener is non-passive with {passive:false} for HTMLDivElement
Pass touchend listener is passive with {passive:true} for HTMLDivElement