Map text-fit to web-feature#61389
Open
schalkneethling wants to merge 1 commit into
Open
Conversation
Add css/css-text/text-fit/WEB_FEATURES.yml mapping the dedicated text-fit test directory to the text-fit web-features identifier. The directory is flat and exclusively covers the text-fit property, so files: "**" applies per the out-of-band-metadata ideal case. Verified with ./wpt lint (clean) and ./wpt web-features-manifest, which resolves text-fit and maps all tests in the directory. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
wpt-pr-bot
requested review from
fantasai,
frivoal,
kojiishi,
nox,
plinss and
xfq
July 18, 2026 08:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
css/css-text/text-fit/WEB_FEATURES.ymlmapping the existingtext-fittest directory to thetext-fitweb-features identifier.The
text-fitproperty shipped in Chrome/Chrome Android 150 and Edge 150, and a full test suite already lives incss/css-text/text-fit/, but noWEB_FEATURES.ymlnames it — so the feature currently reports N/A test coverage on webstatus.dev despite being tested. This closes that mapping gap.The directory is flat and exclusively covers the
text-fitproperty, sofiles: "**"applies per the ideal case in out-of-band-metadata.Verified locally:
./wpt lint css/css-text/text-fit/WEB_FEATURES.yml— clean./wpt web-features-manifest— resolvestext-fitand maps all tests in the directory