Bug 201030 - [SVG] -webkit-clip-path treats url(abc#xyz) as url(#xyz) because it checks only URL fragment part
Summary: [SVG] -webkit-clip-path treats url(abc#xyz) as url(#xyz) because it checks on...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-21 22:59 PDT by Fujii Hironori
Modified: 2019-08-22 19:08 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.14 KB, patch)
2019-08-21 23:06 PDT, 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 2019-08-21 22:59:49 PDT
[SVG] -webkit-clip-path treats url(not-found#clip1) as url(#clip1) because it checks only URL fragment part
Comment 1 Fujii Hironori 2019-08-21 23:06:38 PDT
Created attachment 376990 [details]
Patch
Comment 2 Fujii Hironori 2019-08-22 19:07:14 PDT
Comment on attachment 376990 [details]
Patch

Clearing flags on attachment: 376990

Committed r249040: <https://trac.webkit.org/changeset/249040>
Comment 3 Fujii Hironori 2019-08-22 19:07:17 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-08-22 19:08:18 PDT
<rdar://problem/54625254>