Bug 47388 - [Qt] Qt does not properly render nested object fallback content
Summary: [Qt] Qt does not properly render nested object fallback content
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-10-07 18:33 PDT by Cris Neckar
Modified: 2014-02-03 03:16 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cris Neckar 2010-10-07 18:33:31 PDT
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.
Comment 1 Cris Neckar 2010-10-07 18:38:39 PDT
Actually just verified that it doesn't display fallback content at all.
Comment 2 Cris Neckar 2010-10-07 18:42:33 PDT
@ossy are you the right person to look at this?
Comment 3 Abhishek Arya 2010-10-07 18:44:29 PDT
Committed r69368: <http://trac.webkit.org/changeset/69368>
Comment 4 Abhishek Arya 2010-10-07 18:45:13 PDT
That commit was to skip the test on qt.
Comment 5 Jocelyn Turcotte 2014-02-03 03:16:52 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.