Bug 144012 - SVG filters are not applied correctly to HTML elements through css 'filter' property
Summary: SVG filters are not applied correctly to HTML elements through css 'filter' p...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-21 14:49 PDT by Said Abou-Hallawa
Modified: 2021-08-25 10:14 PDT (History)
2 users (show)

See Also:


Attachments
test case (1.00 KB, text/html)
2015-04-21 14:49 PDT, Said Abou-Hallawa
no flags Details
Another test case (1.32 KB, text/html)
2015-04-23 15:09 PDT, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2015-04-21 14:49:19 PDT
Created attachment 251264 [details]
test case

Open the attached test case.

Result: The SVG filter is applied to the SVG <rect> element only.
Expected: It should be applied to the HTML <div> element as well.
Comment 1 Said Abou-Hallawa 2015-04-21 14:50:49 PDT
<rdar://problem/18406285>
Comment 2 Said Abou-Hallawa 2015-04-23 15:09:54 PDT
Created attachment 251497 [details]
Another test case