summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-09-08 11:14:29 +0200
committerGitHub <noreply@github.com>2021-09-08 11:14:29 +0200
commite07f28d301b990ebf534cbb8d5fa9f507475c89f (patch)
tree6a00f6a0abe0a7833a7d0feadf4e5d8c3509c12e /tools
parent2de5587547247e3acdffecae1c74caf52a021580 (diff)
feat: add URLPattern API (#11941)
This adds support for the URLPattern API. The API is added in --unstable only, as it has not yet shipped in any browser. It is targeted for shipping in Chrome 95. Spec: https://wicg.github.io/urlpattern/ Co-authored-by: crowlKats < crowlkats@toaxl.com >
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