Issue 1271: Wrong page rendering
http://code.google.com/p/chromium/issues/detail?id=1271

Comment #2 by [EMAIL PROTECTED]:
Reduced testcase : http://go/reductions/1271/test.html

Code for quick reference:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr><td>
<p><img src="" alt="" align="left" border="2" width="400" height="80"  
hspace="0"></p>
<div align="left">
        <table bgcolor="#ffcc66" border="2" cellpadding="0" cellspacing="1"
width="57%" height="60">
                <tbody><tr>
                        <td colspan="5" height="15">
                        </td>
                </tr>
        </tbody></table>
</div>
</td></tr></tbody></table>

Issue is due to <p> tag.
<p> tag outside image tag does nothing in IE, shifts the table a little  
down in FF
and moves the table to left in Safari/Chrome. Removing paragraph tag solves  
the
issue.

Attachments:
        test.htm  454 bytes


Issue attribute updates:
        Labels: -Area-Misc Area-Compat webkit-specific has-reduction

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to