blob: bdbaba2b9e8c4c9d485fd8997cb38e16951aab09 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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
|