Bug 22092 - top and bottom border not displaying
Summary: top and bottom border not displaying
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Dirk Pranke
URL: http://www.ebay.in/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-11-05 16:18 PST by jasneet
Modified: 2009-06-29 16:59 PDT (History)
1 user (show)

See Also:


Attachments
reduced testcase (343 bytes, text/html)
2008-11-05 16:18 PST, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-11-05 16:18:28 PST
I Steps:
Go to http://www.ebay.in/

II Issue:
rectangular box around Hot deals is not rendered properly

III Conclusion: 
Code for quick reference:

<html><head>
<title>reduced testcase</title>
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100">
 <tbody><tr bgcolor="red">
  <td><spacer type="block" height="1"></td>
 </tr>
</tbody></table>
</body></html>

On removing <spacer type="block" height="1"> FF3 behaves same as Chrome/Safari
On removing <td><spacer type="block" height="1"></td> IE7 behaves same as 
Chrome/Safari

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37819

Chromium bug tracker : 
http://code.google.com/p/chromium/issues/detail?id=2597
Comment 1 jasneet 2008-11-05 16:18:46 PST
Created attachment 24926 [details]
reduced testcase
Comment 2 Dirk Pranke 2009-06-29 16:53:27 PDT
closing this; <SPACER> is a tag only supported by Firefox as far as I know, and I don't know that we have any plans to support this. I'll confirm this w/ our evangelists in the chromium bug.