blob: 461defc36ceb2db7379801c0ee58aedfd756e9e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[DEFAULT]
# nsIWidget::SynthesizeNativeKeyEvent() required (Bug 1410525 for headless)
skip-if = [
"os == 'linux'",
"os == 'android'",
"headless",
]
["test_input.html"]
["test_textarea.html"]
skip-if = ["os == 'win' && asan"] # Bug 1658513
|