From b3f22d3fdd248e333bb091395f4be3f48dc24733 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 10 Jul 2021 19:43:58 +0530 Subject: fix(extensiosn/web): AddEventListenerOptions.signal shouldn't be nullable (#11348) --- tools/wpt/expectation.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/wpt/expectation.json') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index f183bb866..cf03ced80 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1977,9 +1977,7 @@ "event.any.html": true }, "events": { - "AddEventListenerOptions-signal.any.html": [ - "Passing null as the signal should throw" - ], + "AddEventListenerOptions-signal.any.html": true, "Event-isTrusted.any.html": true, "EventTarget-constructible.any.html": true, "Event-constructors.any.html": [ -- cgit v1.2.3