diff options
author | Geert-Jan Zwiers <geertjanzwiers@protonmail.com> | 2022-05-13 18:36:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 18:36:00 +0200 |
commit | 0568be863ba5e02bdbd3889f66281fae356f7263 (patch) | |
tree | 27e19ef52beea9fbd0a4c281829be59660718de9 /tools | |
parent | 939a070c8cbe77626e07a01646c324b2ae5ac740 (diff) |
feat(ext/web): add performance.toJSON (#14548)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index e71a48e2f..2fa5f6e68 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1182,13 +1182,11 @@ "idlharness.any.html": [ "Performance interface: existence and properties of interface object", "Performance interface: existence and properties of interface prototype object", - "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: default toJSON operation on performance", "WorkerGlobalScope interface: attribute performance", "WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type" ], |