mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
23 lines
568 B
INI
23 lines
568 B
INI
[event-composed.html]
|
|
type: testharness
|
|
[An event should be scoped by default]
|
|
expected: FAIL
|
|
|
|
[An event should not be scoped if composed is specified]
|
|
expected: FAIL
|
|
|
|
[A synthetic MouseEvent should be scoped by default]
|
|
expected: FAIL
|
|
|
|
[A synthetic MouseEvent with composed=true should not be scoped]
|
|
expected: FAIL
|
|
|
|
[A synthetic FocusEvent should be scoped by default]
|
|
expected: FAIL
|
|
|
|
[A synthetic FocusEvent with composed=true should not be scoped]
|
|
expected: FAIL
|
|
|
|
[A UA click event should not be scoped]
|
|
expected: FAIL
|
|
|