-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
Description
i.e.:
curl 'https://wpt.fyi/api/search' \
-X 'POST' \
--data-raw '{"run_ids":[5090921348857856,5175870701699072,6272113188274176,5839508848508928],"query":{"exists":[{"feature":"customized-built-in-elements"}]}}'
This doesn't match what https://github.com/web-platform-tests/wpt/blob/c5aa7f3f769e443f25913b085089579f893cf07c/custom-elements/WEB_FEATURES.yml lists.
Notably, this omits:
- Document-createElement-customized-builtins.html
- Document-createElementNS-customized-builtins.html
- HTMLElement-constructor-customized-builtins.html
These are the tests which have uppercase characters in their names, so I wonder if we're just lowercasing them somewhere?