Files
servo/tests/wpt/meta/dom/events/passive-by-default.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

172 lines
5.0 KiB
INI

[passive-by-default.html]
[touchstart listener is passive by default for Window]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for Window]
expected: FAIL
[touchstart listener is passive with {passive:true} for Window]
expected: FAIL
[touchstart listener is passive by default for Document]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for Document]
expected: FAIL
[touchstart listener is passive with {passive:true} for Document]
expected: FAIL
[touchstart listener is passive by default for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive by default for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[touchmove listener is passive by default for Window]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for Window]
expected: FAIL
[touchmove listener is passive with {passive:true} for Window]
expected: FAIL
[touchmove listener is passive by default for Document]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for Document]
expected: FAIL
[touchmove listener is passive with {passive:true} for Document]
expected: FAIL
[touchmove listener is passive by default for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive by default for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[wheel listener is passive by default for Window]
expected: FAIL
[wheel listener is passive with {passive:undefined} for Window]
expected: FAIL
[wheel listener is passive with {passive:true} for Window]
expected: FAIL
[wheel listener is passive by default for Document]
expected: FAIL
[wheel listener is passive with {passive:undefined} for Document]
expected: FAIL
[wheel listener is passive with {passive:true} for Document]
expected: FAIL
[wheel listener is passive by default for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive by default for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[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 with {passive:true} for Window]
expected: FAIL
[mousewheel listener is passive by default for Document]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for Document]
expected: FAIL
[mousewheel listener is passive with {passive:true} for Document]
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 with {passive:true} 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
[mousewheel listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[touchend listener is passive with {passive:true} for Window]
expected: FAIL
[touchend listener is passive with {passive:true} for Document]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL