summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/event-composed-path.html.ini
blob: ecd6e30944241d2157d2b195bae44e36c04f7df1 (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
[event-composed-path.html]
  type: testharness
  expected: ERROR
  [Event Path without ShadowRoots.]
    expected: FAIL

  [Event Path with an open ShadowRoot.]
    expected: FAIL

  [Event Path with a closed ShadowRoot.]
    expected: FAIL

  [Event Path with nested ShadowRoots: open > open.]
    expected: FAIL

  [Event Path with nested ShadowRoots: open > closed.]
    expected: FAIL

  [Event Path with nested ShadowRoots: closed > open.]
    expected: FAIL

  [Event Path with nested ShadowRoots: closed > closed.]
    expected: FAIL

  [Event Path with a slot in an open Shadow Root.]
    expected: FAIL

  [Event Path with a slot in a closed Shadow Root.]
    expected: FAIL

  [Event Path with slots in nested ShadowRoots: open > open.]
    expected: FAIL

  [Event Path with slots in nested ShadowRoots: closed > closed.]
    expected: FAIL