Bug 172207 - Suppress NoEventDispatchAssertion in SVG use elements
Summary: Suppress NoEventDispatchAssertion in SVG use elements
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-16 20:27 PDT by Ryosuke Niwa
Modified: 2017-05-16 23:02 PDT (History)
4 users (show)

See Also:


Attachments
WIP (1.49 KB, patch)
2017-05-16 23:02 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-05-16 20:27:14 PDT
SVG use elements update its shadow tree while updating the style.
This is safe because we don't execute any author scripts during this work.
Comment 1 Ryosuke Niwa 2017-05-16 23:02:52 PDT
Created attachment 310352 [details]
WIP