-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
getComputedStyle returns the resolved color, not 'invert' or 'auto' https://drafts.csswg.org/cssom/#resolved-value outline-color initial value test now passes in Chrome/Firefox/Safari; they return the current rgb() color. Fails Edge, which returns 'invert' instead of a rgb() color.
- Loading branch information
1 parent
71c05e7
commit 3c50079
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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