Bug 47388
Summary: | [Qt] Qt does not properly render nested object fallback content | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cris Neckar <cdn> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | benjamin, cmarcelo, inferno, ossy |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Cris Neckar
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Cris Neckar
Actually just verified that it doesn't display fallback content at all.
Cris Neckar
@ossy are you the right person to look at this?
Abhishek Arya
Committed r69368: <http://trac.webkit.org/changeset/69368>
Abhishek Arya
That commit was to skip the test on qt.
Jocelyn Turcotte
=== 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.