summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/Extensions-to-Event-Interface.html.ini
blob: 9760e42eae7fd592390e981e59a600240a7bf7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[Extensions-to-Event-Interface.html]
  type: testharness

  [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