Bug 229370 - Imported css-masking tests fail
Summary: Imported css-masking tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-21 14:16 PDT by Simon Fraser (smfr)
Modified: 2022-02-12 18:22 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2021-08-21 14:16:17 PDT
The following css-masking tests fail after importing tests on 2021-08-21:

imported/w3c/web-platform-tests/css/css-masking/clip-path/clip-path-svg-text-backdrop-filter.html
imported/w3c/web-platform-tests/css/css-masking/clip/clip-filter-order.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-clip-exclude.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-url-image-hash.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-url-image.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-url-local-mask.html
imported/w3c/web-platform-tests/css/css-masking/mask-image/mask-image-url-remote-mask.html
Comment 1 Radar WebKit Bug Importer 2021-08-28 14:17:27 PDT
<rdar://problem/82480060>
Comment 2 Matt Woodrow 2021-12-02 14:55:24 PST
The patch in bug 229082 fixes most of these issues except the last two (mask-image-url-local/remote-mask.html), since those reference an SVG <mask> element from an HTML element, which we don't support yet.