Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
-webkit-image-set() should be an alias of image-set()
https://bugs.webkit.org/show_bug.cgi?id=229909 rdar://82999675 Reviewed by Tim Nguyen. -webkit-image-set had a strict subset of image-set's syntax and so the former was made into an alias of the latter in the css-images module level 4. This change removes the restrictions on the syntax for the prefixed function and makes it into a parse-time alias of image-set. * LayoutTests/fast/css/image-set-parsing-invalid-expected.txt: Removed. * LayoutTests/fast/css/image-set-parsing-invalid.html: Removed. This test is made obsolete by changes to the image-set parsing WPT and by making -webkit-image-set an alias to image-set. * LayoutTests/imported/w3c/web-platform-tests/css/css-images/image-set/image-set-computed.sub-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-images/image-set/image-set-parsing-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-images/image-set/image-set-parsing.html: * LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-images/image-set/image-set-computed.sub-expected.txt: * Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp: (WebCore::CSSPropertyParserHelpers::consumeImage): Canonical link: https://commits.webkit.org/259994@main
- Loading branch information
Showing
7 changed files
with
28 additions
and
108 deletions.
There are no files selected for viewing
42 changes: 0 additions & 42 deletions
42
LayoutTests/fast/css/image-set-parsing-invalid-expected.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.