aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/metadata/dom/abort/event.any.js.ini
blob: d232779c742087c42abb312a0e67fad44e66097b (plain) (blame)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[event.any.html]
  type: testharness
  [AbortController() basics]
    expected: FAIL

  [AbortController abort() should fire event synchronously]
    expected: FAIL

  [controller.signal should always return the same object]
    expected: FAIL

  [controller.abort() should do nothing the second time it is called]
    expected: FAIL

  [event handler should not be called if added after controller.abort()]
    expected: FAIL

  [the abort event should have the right properties]
    expected: FAIL

  [AbortController abort(reason) should set signal.reason]
    expected: FAIL

  [aborting AbortController without reason creates an "AbortError" DOMException]
    expected: FAIL

  [AbortController abort(undefined) creates an "AbortError" DOMException]
    expected: FAIL

  [AbortController abort(null) should set signal.reason]
    expected: FAIL

  [static aborting signal should have right properties]
    expected: FAIL

  [static aborting signal with reason should set signal.reason]
    expected: FAIL

  [throwIfAborted() should throw abort.reason if signal aborted]
    expected: FAIL

  [throwIfAborted() should throw primitive abort.reason if signal aborted]
    expected: FAIL

  [throwIfAborted() should not throw if signal not aborted]
    expected: FAIL

  [AbortSignal.reason returns the same DOMException]
    expected: FAIL

  [AbortController.signal.reason returns the same DOMException]
    expected: FAIL


[event.any.worker.html]
  type: testharness
  [AbortController() basics]
    expected: FAIL

  [AbortController abort() should fire event synchronously]
    expected: FAIL

  [controller.signal should always return the same object]
    expected: FAIL

  [controller.abort() should do nothing the second time it is called]
    expected: FAIL

  [event handler should not be called if added after controller.abort()]
    expected: FAIL

  [the abort event should have the right properties]
    expected: FAIL

  [AbortController abort(reason) should set signal.reason]
    expected: FAIL

  [aborting AbortController without reason creates an "AbortError" DOMException]
    expected: FAIL

  [AbortController abort(undefined) creates an "AbortError" DOMException]
    expected: FAIL

  [AbortController abort(null) should set signal.reason]
    expected: FAIL

  [static aborting signal should have right properties]
    expected: FAIL

  [static aborting signal with reason should set signal.reason]
    expected: FAIL

  [throwIfAborted() should throw abort.reason if signal aborted]
    expected: FAIL

  [throwIfAborted() should throw primitive abort.reason if signal aborted]
    expected: FAIL

  [throwIfAborted() should not throw if signal not aborted]
    expected: FAIL

  [AbortSignal.reason returns the same DOMException]
    expected: FAIL

  [AbortController.signal.reason returns the same DOMException]
    expected: FAIL