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