Skip to content

Map text-fit to web-feature#61389

Open
schalkneethling wants to merge 1 commit into
web-platform-tests:masterfrom
schalkneethling:map-text-fit-web-feature
Open

Map text-fit to web-feature#61389
schalkneethling wants to merge 1 commit into
web-platform-tests:masterfrom
schalkneethling:map-text-fit-web-feature

Conversation

@schalkneethling

Copy link
Copy Markdown

Adds css/css-text/text-fit/WEB_FEATURES.yml mapping the existing text-fit test directory to the text-fit web-features identifier.

The text-fit property shipped in Chrome/Chrome Android 150 and Edge 150, and a full test suite already lives in css/css-text/text-fit/, but no WEB_FEATURES.yml names 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-fit property, so files: "**" applies per the ideal case in out-of-band-metadata.

features:
- name: text-fit
  files: "**"

Verified locally:

  • ./wpt lint css/css-text/text-fit/WEB_FEATURES.yml — clean
  • ./wpt web-features-manifest — resolves text-fit and maps all tests in the directory

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants