Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[css-ui] expect resolved color in inheritance test (#13748)
getComputedStyle returns the resolved color, not 'currentcolor' or 'auto' Also, outline-color can have two possible initial values, depending on whether 'invert' is supported or not. https://drafts.csswg.org/cssom/#resolved-value https://drafts.csswg.org/css-color-4/#resolving-color-values https://www.w3.org/TR/css-ui-3/#outline-color
- Loading branch information