From dd1d6a0f67cb386941ddc08aa453612f8398144f Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers Date: Fri, 6 May 2022 19:37:18 +0200 Subject: feat(web): add `performance.timeOrigin` (#14489) Add support for the `performance.timeOrigin` web API. Co-authored-by: Jovi De Croock --- tools/wpt/expectation.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 67e256353..1c402903e 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1179,7 +1179,6 @@ "Performance interface: existence and properties of interface object", "Performance interface: existence and properties of interface prototype object", "Performance interface: attribute timeOrigin", - "Performance interface: performance must inherit property \"timeOrigin\" with the proper type", "Performance interface: default toJSON operation on performance", "Window interface: attribute performance" ], @@ -1187,12 +1186,11 @@ "Performance interface: existence and properties of interface object", "Performance interface: existence and properties of interface prototype object", "Performance interface: attribute timeOrigin", - "Performance interface: performance must inherit property \"timeOrigin\" with the proper type", "Performance interface: default toJSON operation on performance", "WorkerGlobalScope interface: attribute performance", "WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type" ], - "window-worker-timeOrigin.window.html": false, + "window-worker-timeOrigin.window.html": true, "idlharness-shadowrealm.window.html": false }, "streams": { -- cgit v1.2.3