15 lines
381 B
TOML
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
|
|
]
|