[Webkit-unassigned] [Bug 21649] image in the center column displays incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 02:43:18 PDT 2011


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





--- Comment #3 from Swapna <spottabathini at innominds.com>  2011-10-19 02:43:18 PST ---
Created an attachment (id=111582)
 --> (https://bugs.webkit.org/attachment.cgi?id=111582&action=review)
HTML test case and screenshots of various browsers

Hi All,

I am attaching even more stripped & similar test HTML to understand the behaviour across all browsers. Also attached the screen shots in different browsers.
The observations are as follows:

1. The table height can grow to accommodate its elements. All browsers does the same.

2. If the src attribute in EMBED element is not available (404 error / not specified / not supported content type / incorrect content), the behaviour of presenting element (Missing Plugin/ leaving blank / ignoring) is different across browsers.
    a. Default width and height (used when not explicitly specified) of the Plugin is different across different browsers.
    b. Some browsers provide background for missing plugin and some may provide transparent background.
    c.  If invalid source attribute is provided in plugin, Firefox is just ignoring.
Due to these, the content might look different across browsers.

I guess the default values for width & height of Embed element is not standardized. So the current behaviour of safari seems to be proper.

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