Map get-computed-style web-feature#56648
Merged
jcscottiii merged 3 commits intoJan 22, 2026
Merged
Conversation
Feature: get-computed-style Reference: https://github.com/web-platform-dx/web-features/blob/main/features/get-computed-style.yml Notable exclusions 1. Tests for specific CSS properties' computed values (ex: `css/filter-effects/parsing/flood-opacity-computed.svg`) and other *-computed.html files in specific CSS module directories. These test the computed value of specific properties (like flood-opacity), not the getComputedStyle method itself.
dbaron
reviewed
Dec 11, 2025
| - HTMLLinkElement-disabled-alternate.html | ||
| - name: get-computed-style | ||
| files: | ||
| - computed-style-* |
Member
There was a problem hiding this comment.
I think maybe this should map only computed-style-001.html and computed-style-set-property.html; I think the others are really testing specific aspects of the definitions of particular resolved values.
| - name: get-computed-style | ||
| files: | ||
| - computed-style-* | ||
| - getComputedStyle-* |
Member
There was a problem hiding this comment.
I think a bunch of these tests are also about resolved values of specific properties, whereas others are really tests of getComputedStyle itself.
Contributor
There was a problem hiding this comment.
Addressed in 63ef415. How does that list look?
Here's a breakdown of the excluded getComputedStyle-* tests as of now, per my understanding of your recommendation @dbaron :
- getComputedStyle-insets-* (non-crash tests) - inset properties resolved values
- getComputedStyle-line-height.html - line-height resolved value
- getComputedStyle-margins-roundtrip.html - margin resolved values
- getComputedStyle-resolved-* - various resolved value tests
- getComputedStyle-sticky-pos-percent.html - sticky top resolved value
- getComputedStyle-width-scroll.tentative.html - width/height resolved values
jcscottiii
approved these changes
Jan 22, 2026
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.
Feature: get-computed-style
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/get-computed-style.yml
Notable exclusions
css/filter-effects/parsing/flood-opacity-computed.svg) and other *-computed.html files in specific CSS module directories. These test the computed value of specific properties (like flood-opacity), not the getComputedStyle method itself.