blob: 98cbd3ddb501dae3b82e6e961da8f0788d281fdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
]
["test_paste_image.html"]
skip-if = [
"headless", # Bug 1405869
"os == 'android'", # Image type isn't supported
]
|