diff options
author | cjihrig <cjihrig@gmail.com> | 2022-06-16 11:32:37 -0400 |
---|---|---|
committer | Colin Ihrig <cjihrig@gmail.com> | 2022-06-16 12:05:33 -0400 |
commit | 231b8fe27a63e3011c94bff7c2169b7ebd1612a5 (patch) | |
tree | de14a392cd2c191f9bffe3e94b92e2e640f4143c | |
parent | cbc8756e23efe9d67883a1c38974f1d0607fdb35 (diff) |
update expectations
-rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index c3f6b19f3..3b25e5fbb 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1164,13 +1164,9 @@ "basic.any.html": true, "basic.any.worker.html": true, "idlharness.any.html": [ - "Performance interface: existence and properties of interface object", - "Performance interface: existence and properties of interface prototype object", "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", "WorkerGlobalScope interface: attribute performance", "WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type" ], |