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

Fixes to css-color relative color tests #46377

Merged
merged 4 commits into from
May 20, 2024

Commits on May 20, 2024

  1. Remove stray ) in color-valid-relative-color.html

    Fredrik Söderquist committed May 20, 2024
    Configuration menu
    Copy the full SHA
    af6da6f View commit details
    Browse the repository at this point in the history
  2. Fix expected currentcolor serialization in color-valid-relative-color…

    ….html
    
    Per [1], "currentColor" should serialize to its lowercase form.
    
    [1] https://drafts.csswg.org/css-color-4/#serializing-other-colors
    Fredrik Söderquist committed May 20, 2024
    Configuration menu
    Copy the full SHA
    41846c2 View commit details
    Browse the repository at this point in the history
  3. Fix expected serialization of 'xyz' in color-valid-relative-color.html

    Per [1], 'xyz' should serialize as 'xyz-d65'.
    
    [1] https://drafts.csswg.org/css-color-5/#serial-relative-color
    Fredrik Söderquist committed May 20, 2024
    Configuration menu
    Copy the full SHA
    27de667 View commit details
    Browse the repository at this point in the history
  4. Fix color in relative-currentcolor-rgb-02.html

    The relative color is supposed to result in 'green', and 'green'  is
    defined as web-platform-tests#8000 per [1].
    
    [1] https://drafts.csswg.org/css-color-4/#valdef-color-green
    Fredrik Söderquist committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9f815f5 View commit details
    Browse the repository at this point in the history