1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

update expectations

This commit is contained in:
cjihrig 2022-06-16 11:32:37 -04:00 committed by Colin Ihrig
parent cbc8756e23
commit 231b8fe27a

View file

@ -1164,13 +1164,9 @@
"basic.any.html": true, "basic.any.html": true,
"basic.any.worker.html": true, "basic.any.worker.html": true,
"idlharness.any.html": [ "idlharness.any.html": [
"Performance interface: existence and properties of interface object",
"Performance interface: existence and properties of interface prototype object",
"Window interface: attribute performance" "Window interface: attribute performance"
], ],
"idlharness.any.worker.html": [ "idlharness.any.worker.html": [
"Performance interface: existence and properties of interface object",
"Performance interface: existence and properties of interface prototype object",
"WorkerGlobalScope interface: attribute performance", "WorkerGlobalScope interface: attribute performance",
"WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type" "WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type"
], ],