summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index db3d5b60e..1c0ef521a 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -13490,6 +13490,14 @@
],
"toString.tentative.any.html": false,
"type.tentative.any.html": false
+ },
+ "function": {
+ "call.tentative.any.html": false,
+ "constructor.tentative.any.html": [
+ "construct with JS function"
+ ],
+ "table.tentative.any.html": false,
+ "type.tentative.any.html": false
}
},
"serialization": {
@@ -14527,5 +14535,19 @@
"performance.clearResourceTimings in workers",
"performance.setResourceTimingBufferSize in workers"
]
+ },
+ "urlpattern": {
+ "urlpattern.any.html": [
+ "Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]"
+ ],
+ "urlpattern.any.worker.html": [
+ "Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]"
+ ],
+ "urlpattern.https.any.html": [
+ "Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]"
+ ],
+ "urlpattern.https.any.worker.html": [
+ "Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]"
+ ]
}
} \ No newline at end of file