summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini
blob: 8caa04e94a0e28d3440538c357d67970fd81fe36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[dialog-close.html]
  type: testharness
  [close() fires a close event]
    expected: FAIL

  [close() on a <dialog> that doesn't have an open attribute throws an InvalidStateError exception]
    expected: FAIL

  [close() removes the open attribute and set the returnValue to the first argument]
    expected: FAIL

  [close() without argument removes the open attribute and there's no returnValue]
    expected: FAIL

  [close() should set the returnValue IDL attribute but not the JS property]
    expected: FAIL

  [close() on a <dialog> that doesn't have an open attribute aborts the steps]
    expected: FAIL