Source code

Revision control

Copy as Markdown

Other Tools

[DEFAULT]
# nsIWidget::SynthesizeNativeKeyEvent() required (Bug 1410525 for headless)
skip-if = [
"headless",
"os == 'android'",
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
]
["test_input.html"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'",
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
]
["test_textarea.html"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'",
"os == 'win' && asan", # Bug 1658513
]