diff options
| author | cjihrig <cjihrig@gmail.com> | 2022-05-11 21:15:54 -0400 |
|---|---|---|
| committer | Colin Ihrig <cjihrig@gmail.com> | 2022-06-16 12:05:33 -0400 |
| commit | 95312ab53a3a118955278a27a0297a17889ad36e (patch) | |
| tree | 287be428d28e3477380813c9849d36f0f0502569 /tools/wpt/expectation.json | |
| parent | 364da468d24653b00c9989187f3d45609f007265 (diff) | |
fix: make Performance global an EventTarget
This commit updates the Performance global to extend
EventTarget.
Diffstat (limited to 'tools/wpt/expectation.json')
| -rw-r--r-- | tools/wpt/expectation.json | 8 |
1 files changed, 2 insertions, 6 deletions
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", |
