Bug 59970
Summary: | CSSCursorImageValue::cachedImage will fail with an SVG <cursor> element in a shadow DOM | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roland Steiner <rolandsteiner> |
Component: | CSS | Assignee: | Web Components Team <webcomponents-bugzilla> |
Status: | NEW | ||
Severity: | Normal | CC: | dglazkov, dominicc, morrita, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 72352 |
Roland Steiner
CSSCursorImageValue::cachedImage only checks the document ("light DOM") for <cursor> element IDs, not any shadow tree.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Moving this under the bug 72352 for simplicity.