[Webkit-unassigned] [Bug 47388] New: QT does not properly render nested object fallback content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 18:33:31 PDT 2010


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

           Summary: QT does not properly render nested object fallback
                    content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cdn at chromium.org


When several bad object tags are nested with fallback content it is not properly rendered in the QT build. This is demonstrated in the layout test 

LayoutTests/fast/html/object-image-nested-fallback.html

<object type="image/png" data="this.object.does.not.exist.dtd">
   <object type="image/png" data="this.object.does.not.exist.dtd">
     <object type="image/png" data="this.object.does.not.exist.dtd">PASS when no crash occurs.</object>
  </object>
</object>

The text will not be rendered.

I will disable the test for now to avoid redness.

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