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

Fix svg-rotate-3args-invalid-00{1,3,4,5}.html. #30860

Merged
merged 1 commit into from Sep 18, 2021

Commits on Sep 18, 2021

  1. Fix svg-rotate-3args-invalid-00{1,3,4,5}.html.

    The assertions in tests 1, 3, 4, and 5, that assert that *part* of the
    syntax of these transform functions will be ignored and part will still
    be honored, is not supported by the current specification at
    https://drafts.csswg.org/css-transforms-1/#svg-syntax (though it was
    likely in older versions).  (I mentioned this briefly in web-platform-tests#30852.)
    
    Thus, this changes those tests to match test 2 and assume that the
    entire invalid value will be ignored.
    
    This causes these tests to change from failing to passing in all of
    Chromium, Gecko, and WebKit.
    dbaron committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    77cb224 View commit details
    Browse the repository at this point in the history