diff options
author | Luca Casonato <hello@lcas.dev> | 2022-05-10 02:31:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 02:31:35 +0200 |
commit | 2f7f41533bf3059bba55b206282080fc70a3eec8 (patch) | |
tree | fc81cfc3460e014da9ed32a471261caa15dc223f /tools | |
parent | 6f082f9d66f70b0bc3fa2b783f890fddd34605f6 (diff) |
fix(ext/web): brand check in `performance.timeOrigin` (#14550)
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 1c402903e..6e733792c 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1178,14 +1178,12 @@ "idlharness.any.html": [ "Performance interface: existence and properties of interface object", "Performance interface: existence and properties of interface prototype object", - "Performance interface: attribute timeOrigin", "Performance interface: default toJSON operation on performance", "Window interface: attribute performance" ], "idlharness.any.worker.html": [ "Performance interface: existence and properties of interface object", "Performance interface: existence and properties of interface prototype object", - "Performance interface: attribute timeOrigin", "Performance interface: default toJSON operation on performance", "WorkerGlobalScope interface: attribute performance", "WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type" @@ -4635,4 +4633,4 @@ "idlharness.https.any.worker.html": true, "idlharness-shadowrealm.window.html": false } -} +}
\ No newline at end of file |