Bug 236632 - fast/filter-image/filter-image-svg.html is failing to load the image due to a wrong path
Summary: fast/filter-image/filter-image-svg.html is failing to load the image due to a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-14 21:59 PST by Fujii Hironori
Modified: 2022-02-15 16:54 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2022-02-14 22:06 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2022-02-14 21:59:36 PST
fast/filter-image/filter-image-svg.html is failing to load the image due to a wrong path

The test case have the following CSS.

> background-image: filter(url(image.svg), url(#filter));

However, image.svg doesn't exist. DRT and WKTR load the missing image icon and apply the filter.
It should load "resources/image.svg".
Comment 1 Fujii Hironori 2022-02-14 22:06:16 PST
Created attachment 451995 [details]
Patch
Comment 2 EWS 2022-02-15 16:53:02 PST
Committed r289865 (247305@main): <https://commits.webkit.org/247305@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 451995 [details].
Comment 3 Radar WebKit Bug Importer 2022-02-15 16:54:16 PST
<rdar://problem/88995563>