[Webkit-unassigned] [Bug 39286] SVG DOM inside an embed isn't preserved when display:none is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 16:02:57 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=39286





--- Comment #8 from Eric Seidel <eric at webkit.org>  2011-12-09 16:02:56 PST ---
The reduction can't work due to data: urls having unique origins (at least in Chrome):

Unsafe JavaScript attempt to access frame with URL data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1000 400"><g id="layer1"/></svg> from frame with URL https://bug-39286-attachments.webkit.org/attachment.cgi?id=56408. Domains, protocols and ports must match.
attachment.cgi:8Uncaught TypeError: Cannot call method 'getElementById' of undefined

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list