Bug 15432 - WebKit incorrectly handles object fallback content
Summary: WebKit incorrectly handles object fallback content
Status: RESOLVED DUPLICATE of bug 15202
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Major
Assignee: Nobody
URL: http://bugs.blaut.biz/webkit/object-f...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-10-08 23:15 PDT by Robert Blaut
Modified: 2007-11-02 23:39 PDT (History)
1 user (show)

See Also:


Attachments
minimal test case (233 bytes, text/html)
2007-10-08 23:16 PDT, Robert Blaut
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Blaut 2007-10-08 23:15:33 PDT
I've found that "empty" object tag causes a major issue in Webkit's for Windows fallback content rendering. The fallback  content is simply not rendered at all. The issue was found on http://forum.mediaswiat.pl/

I've made minimal test case for this issue. 

Steps to reproduce

1) Go to a page: http://bugs.blaut.biz/webkit/object-fallback-content.htm
2) Notice blank page.

Expected result:

Webkit should render: "The text is a fallback content and should be visible"

Actual result:

Webkit renders nothing.
Comment 1 Robert Blaut 2007-10-08 23:16:23 PDT
Created attachment 16593 [details]
minimal test case
Comment 2 David Kilzer (:ddkilzer) 2007-10-09 05:40:19 PDT

*** This bug has been marked as a duplicate of 15202 ***
Comment 3 David Kilzer (:ddkilzer) 2007-11-02 23:39:14 PDT
Fixed in r27378.  See Bug 15804.