Issue 2209: It is not possible to create a 1px line using only tables
http://code.google.com/p/chromium/issues/detail?id=2209

New issue report by boraertun:
Product Version      : <see about:version>
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?
<html>

<head>
<title>New Page 1</title>
<style>
td {overflow:hidden;font-size:1px;line-height:1px;margin:0px;padding:0px;}
.tda {background-color:blue}
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
   <tr>
     <td class="tda">&nbsp;</td>
     <td class="tda" style="width:100">&nbsp;</td>
     <td class="tda">&nbsp;</td>
   </tr>
</table>
</body>

</html>

What is the expected result?
A one pixel height blue line

What happens instead?
A two pixel height blue line

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



Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Unknown

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