[Webkit-unassigned] [Bug 66870] New: Don't create plugin document for <embed> element inside HTML.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 11:23:06 PDT 2011


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

           Summary: Don't create plugin document for <embed> element
                    inside HTML.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yongjun_zhang at apple.com


In WebKit nightly, a intermedia plugin document will be created for the following HTML:

<html><body>
<embed src="http://www.tumblr.com/video_file/7780794748/tumblr_lok02dYCYQ1qbygpz">
</body></html>

and the DOM is changed to:

<embed>
   <html>
        <body>
               <video>...
        </body>
   </html>
</embed>

We should not create the plugin document if the embed element is already inside a body.

-- 
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