diff options
author | Geert-Jan Zwiers <geertjanzwiers@protonmail.com> | 2022-05-06 19:37:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 19:37:18 +0200 |
commit | dd1d6a0f67cb386941ddc08aa453612f8398144f (patch) | |
tree | 450ebcac29f6c812245939449a08d83e4e5e3e61 /tools | |
parent | 23c77df6643f5b5a8846f67a738fe2e9c1e3c716 (diff) |
feat(web): add `performance.timeOrigin` (#14489)
Add support for the `performance.timeOrigin` web API.
Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 1 insertions, 3 deletions
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": { |