From e07f28d301b990ebf534cbb8d5fa9f507475c89f Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 8 Sep 2021 11:14:29 +0200 Subject: 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 > --- tools/wpt/expectation.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'tools') 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 -- cgit v1.2.3