11 lines
217 B
TOML
11 lines
217 B
TOML
[DEFAULT]
|
|
tags = "condprof"
|
|
scheme = "https"
|
|
|
|
support-files = ["file_bug1197901.html"]
|
|
|
|
["test_bug1197901.html"]
|
|
skip-if = [
|
|
"os == 'android'",
|
|
"condprof", #: "Only focused window should get the sensor events"
|
|
]
|