18 lines
353 B
TOML
18 lines
353 B
TOML
[DEFAULT]
|
|
skip-if = ["os == 'android'"]
|
|
|
|
["test_focusrings.xhtml"]
|
|
support-files = ["file_focusrings.html"]
|
|
|
|
["test_innerScreen.xhtml"]
|
|
|
|
["test_nodeAdoption_chrome_boundary.xhtml"]
|
|
|
|
["test_offsets.xhtml"]
|
|
support-files = [
|
|
"test_offsets.css",
|
|
"test_offsets.js",
|
|
]
|
|
skip-if = ["os == 'mac' && debug"] #leaks Bug 1571583
|
|
|
|
["test_spacetopagedown.html"]
|