Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 7509 by n.johnson.online: Empty float in list item pushes down  
content of seperate table cell
http://code.google.com/p/chromium/issues/detail?id=7509

Chrome Version       : 1.0.154.48
URLs (if applicable) :
Other browsers tested: Firefox 3, IE7
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: --
     Firefox 3: OK
          IE 7: FAIL

What steps will reproduce the problem?

View the following page in Chome:

<html>
<body>
<div style="display: table;">
   <div style="display: table-row;">
     <div style="display: table-cell; background-color: rgb(250, 255, 250);">
       <ul>
         <li style="list-style: none;">
           <div style="float: left;"></div>
           XXX<br/>
           YYY<br/>
         </li>
       </ul>
     </div>
     <div style="display: table-cell; background-color: rgb(255, 250,
250);">ZZZ</div>
   </div>
</div>
</body>
</html>

What is the expected result?

The 'ZZZ' should be displayed directly to the right of the first table cell.

What happens instead?

Notice the 'ZZZ' is pushed down despite being in a separate table cell.

Please provide any additional information below. Attach a screenshot if
possible.


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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to