diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/shadow-dom/Extensions-to-Event-Interface.html.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/Extensions-to-Event-Interface.html.ini')
-rw-r--r-- | testing/web-platform/meta/shadow-dom/Extensions-to-Event-Interface.html.ini | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/Extensions-to-Event-Interface.html.ini b/testing/web-platform/meta/shadow-dom/Extensions-to-Event-Interface.html.ini new file mode 100644 index 000000000..c58edca31 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/Extensions-to-Event-Interface.html.ini @@ -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 + |