mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 01:40:50 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,47 @@
|
|||
[Extensions-to-Event-Interface.html]
|
||||
type: testharness
|
||||
[composedPath() must exist on Event]
|
||||
expected: FAIL
|
||||
|
||||
[composedPath() must return an empty array when the event has not been dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[composedPath() must return an empty array when the event is no longer dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[The event must propagate out of open mode shadow boundaries when the composed flag is set]
|
||||
expected: FAIL
|
||||
|
||||
[The event must propagate out of closed mode shadow boundaries when the composed flag is set]
|
||||
expected: FAIL
|
||||
|
||||
[The event must not propagate out of open mode shadow boundaries when the composed flag is unset]
|
||||
expected: FAIL
|
||||
|
||||
[The event must not propagate out of closed mode shadow boundaries when the composed flag is unset]
|
||||
expected: FAIL
|
||||
|
||||
[The event must not propagate out of open mode shadow boundaries when the composed flag is unset on an event with relatedTarget]
|
||||
expected: FAIL
|
||||
|
||||
[The event must not propagate out of closed mode shadow boundaries when the composed flag is unset on an event with relatedTarget]
|
||||
expected: FAIL
|
||||
|
||||
[The event must not propagate out of open mode shadow tree of the target but must propagate out of inner shadow trees when the scoped flag is set]
|
||||
expected: FAIL
|
||||
|
||||
[The event must not propagate out of closed mode shadow tree of the target but must propagate out of inner shadow trees when the scoped flag is set]
|
||||
expected: FAIL
|
||||
|
||||
[The event must propagate out of open mode shadow tree in which the relative target and the relative related target are the same]
|
||||
expected: FAIL
|
||||
|
||||
[The event must propagate out of closed mode shadow tree in which the relative target and the relative related target are the same]
|
||||
expected: FAIL
|
||||
|
||||
[composedPath() must contain and only contain the unclosed nodes of target in open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[composedPath() must contain and only contain the unclosed nodes of target in closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue