summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-first.any.js.ini
blob: 482e1b5a31bd10ab07de64a8ae1ecf04671a6562 (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
[observable-first.any.worker.html]
  [first(): Promise resolves with the first value from the source Observable]
    expected: FAIL

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

  [first(): Promise rejects with RangeError when source Observable completes without emitting any values]
    expected: FAIL

  [first(): Aborting a signal rejects the Promise with an AbortError DOMException]
    expected: FAIL

  [first(): Lifecycle]
    expected: FAIL


[observable-first.any.html]
  [first(): Promise resolves with the first value from the source Observable]
    expected: FAIL

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

  [first(): Promise rejects with RangeError when source Observable completes without emitting any values]
    expected: FAIL

  [first(): Aborting a signal rejects the Promise with an AbortError DOMException]
    expected: FAIL

  [first(): Lifecycle]
    expected: FAIL