trisquel-icecat/icecat/testing/web-platform/meta/dom/events/passive-by-default.html.ini

26 lines
809 B
INI

[passive-by-default.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[mousewheel listener is passive by default for Window]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for Window]
expected: FAIL
[mousewheel listener is passive by default for HTMLDocument]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for HTMLDocument]
expected: FAIL
[mousewheel listener is passive by default for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive by default for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL