summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-last.any.js.ini
blob: 095d17b7f8ef2b36d9e49497600274b7c7cfb7ae (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-last.any.worker.html]
  [last(): Promise resolves to last value]
    expected: FAIL

  [last(): Promise rejects with emitted error]
    expected: FAIL

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

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

  [last(): Lifecycle]
    expected: FAIL


[observable-last.any.html]
  [last(): Promise resolves to last value]
    expected: FAIL

  [last(): Promise rejects with emitted error]
    expected: FAIL

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

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

  [last(): Lifecycle]
    expected: FAIL