diff options
Diffstat (limited to 'dom/tests/mochitest/keyhandling/mochitest.ini')
-rw-r--r-- | dom/tests/mochitest/keyhandling/mochitest.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/tests/mochitest/keyhandling/mochitest.ini b/dom/tests/mochitest/keyhandling/mochitest.ini new file mode 100644 index 0000000000..bdbaba2b9e --- /dev/null +++ b/dom/tests/mochitest/keyhandling/mochitest.ini @@ -0,0 +1,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 |