summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-last.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/dom/observable/tentative/observable-last.any.js.ini')
-rw-r--r--testing/web-platform/meta/dom/observable/tentative/observable-last.any.js.ini32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/observable/tentative/observable-last.any.js.ini b/testing/web-platform/meta/dom/observable/tentative/observable-last.any.js.ini
new file mode 100644
index 0000000000..095d17b7f8
--- /dev/null
+++ b/testing/web-platform/meta/dom/observable/tentative/observable-last.any.js.ini
@@ -0,0 +1,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