trisquel-icecat/icecat/dom/events/test/clipboard/mochitest.toml
2025-10-06 02:35:48 -06:00

15 lines
381 B
TOML

[DEFAULT]
["test_async_clipboard_datatransfer.html"]
scheme = "https"
skip-if = [
"headless", # headless doesn't support custom type
"os == 'android'", # android doesn't support custom type
"display == 'wayland' && os_version == '22.04'", # Bug 1926772
]
["test_paste_image.html"]
skip-if = [
"headless", # Bug 1405869
"os == 'android'", # Image type isn't supported
]