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

New issue 21351 by keyoftime: The cell width of table problem
http://code.google.com/p/chromium/issues/detail?id=21351

Chrome Version       : 4.0.205.0 (24987)
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4:
   Firefox 3.x: OK
          IE 7: OK
          IE 8: OK

What steps will reproduce the problem?
1.
table{table-layout: fixed; width: 632px;}
td{padding: 0 4px;}
2.
~~HTML~~
<table>
   <tr>
        <td style="width: 100px"><div>Month</div></td>
        <td style="width: 200px"><div>Savings</div></td>
        <td style="width: 300px"><div>Note</div></td>
   </tr>
<table>
~~HTML~~

What is the expected result?
The first cell width is 100px.
The second cell width is 200px.
The third cell width is 300px.

What happens instead?
The first cell width is 96px.
The second cell width is 200px.
The third cell width is 304px.

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

The DocType is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>


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