From 95312ab53a3a118955278a27a0297a17889ad36e Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 11 May 2022 21:15:54 -0400 Subject: fix: make Performance global an EventTarget This commit updates the Performance global to extend EventTarget. --- tools/wpt/expectation.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index e3e87a44c..c3f6b19f3 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1161,12 +1161,8 @@ "hr-time": { "monotonic-clock.any.html": true, "monotonic-clock.any.worker.html": true, - "basic.any.html": [ - "Performance interface extends EventTarget." - ], - "basic.any.worker.html": [ - "Performance interface extends EventTarget." - ], + "basic.any.html": true, + "basic.any.worker.html": true, "idlharness.any.html": [ "Performance interface: existence and properties of interface object", "Performance interface: existence and properties of interface prototype object", -- cgit v1.2.3