Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-ui] expect resolved color in inheritance test #13748

Merged
merged 2 commits into from
Jan 11, 2019

Commits on Dec 6, 2018

  1. [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.
    ericwilligers committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4eaf480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a69c8d View commit details
    Browse the repository at this point in the history