aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/dom/observable/tentative/observable-from.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/dom/observable/tentative/observable-from.any.js.ini')
-rw-r--r--tests/wpt/meta/dom/observable/tentative/observable-from.any.js.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/wpt/meta/dom/observable/tentative/observable-from.any.js.ini b/tests/wpt/meta/dom/observable/tentative/observable-from.any.js.ini
index 2d7096ed7cd..b5247a9905f 100644
--- a/tests/wpt/meta/dom/observable/tentative/observable-from.any.js.ini
+++ b/tests/wpt/meta/dom/observable/tentative/observable-from.any.js.ini
@@ -152,6 +152,9 @@
[from(): Sync iterable multiple in-flight subscriptions]
expected: FAIL
+ [No error is reported when aborting a subscription to a sync iterator that has no `return()` implementation]
+ expected: FAIL
+
[observable-from.any.html]
[from(): Observable.from() is a function]
@@ -306,3 +309,6 @@
[from(): Sync iterable multiple in-flight subscriptions]
expected: FAIL
+
+ [No error is reported when aborting a subscription to a sync iterator that has no `return()` implementation]
+ expected: FAIL