summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/event-composed.html.ini
blob: 6386a51c5993756912b57e992140cd442e6cca7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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