[wpt-sync] Sync PR 43315 - Implement URLPattern.hasRegExpGroups.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox122 fixed)
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43315 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43315
Details from upstream follow.
Jeremy Roman <jbroman@chromium.org> wrote:
Implement URLPattern.hasRegExpGroups.
This allows authors to tell whether a pattern contains one or more
regexp groups, which may limit the uses they're able to make of it.Bug: 1504650
Change-Id: I07b684788e921448b60c4ffee9cfe87585a794c3
Reviewed-on: https://chromium-review.googlesource.com/5054393
WPT-Export-Revision: 479c5380e654c05de8e9311b1fbe56b781eebd82
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK
: 4
FAIL
: 4
Chrome
OK
: 4
FAIL
: 4
Safari
OK
: 4
FAIL
: 4
Links
Details
New Tests That Don't Pass
- /urlpattern/urlpattern-hasregexpgroups.any.html [wpt.fyi]
- urlpattern-hasregexpgroups:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- urlpattern-hasregexpgroups:
- /urlpattern/urlpattern-hasregexpgroups.any.serviceworker.html [wpt.fyi]
- urlpattern-hasregexpgroups:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- urlpattern-hasregexpgroups:
- /urlpattern/urlpattern-hasregexpgroups.any.sharedworker.html [wpt.fyi]
- urlpattern-hasregexpgroups:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- urlpattern-hasregexpgroups:
- /urlpattern/urlpattern-hasregexpgroups.any.worker.html [wpt.fyi]
- urlpattern-hasregexpgroups:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- urlpattern-hasregexpgroups:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ccddc4617b6f
https://hg.mozilla.org/mozilla-central/rev/e30da1e2ec80
Description
•