summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-find.any.js.ini
blob: 719eaa35c4ae3553f3e99249eb278057c3e51ffd (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
[observable-find.any.worker.html]
  [find(): Promise resolves with the first value that passes the predicate]
    expected: FAIL

  [find(): Promise resolves with undefined if no value passes the predicate]
    expected: FAIL

  [find(): Promise rejects with the error emitted from the source Observable]
    expected: FAIL

  [find(): Promise rejects with any error thrown from the predicate]
    expected: FAIL

  [find(): Passes the index of the value to the predicate]
    expected: FAIL

  [find(): Rejects with AbortError when the signal is aborted]
    expected: FAIL


[observable-find.any.html]
  [find(): Promise resolves with the first value that passes the predicate]
    expected: FAIL

  [find(): Promise resolves with undefined if no value passes the predicate]
    expected: FAIL

  [find(): Promise rejects with the error emitted from the source Observable]
    expected: FAIL

  [find(): Promise rejects with any error thrown from the predicate]
    expected: FAIL

  [find(): Passes the index of the value to the predicate]
    expected: FAIL

  [find(): Rejects with AbortError when the signal is aborted]
    expected: FAIL