mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
18 lines
1.2 KiB
INI
18 lines
1.2 KiB
INI
[focus-events.html]
|
|
type: testharness
|
|
disabled:
|
|
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1090628
|
|
if e10s and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1203917
|
|
expected:
|
|
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
|
|
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
|
|
[focusing on a focusable element fires a focus event at the element]
|
|
expected:
|
|
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
|
|
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
|
|
|
|
[focusing on a focusable element fires a blur event at the previous focussed element]
|
|
expected:
|
|
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
|
|
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
|
|
|