WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
22092
top and bottom border not displaying
https://bugs.webkit.org/show_bug.cgi?id=22092
Summary
top and bottom border not displaying
jasneet
Reported
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
Attachments
reduced testcase
(343 bytes, text/html)
2008-11-05 16:18 PST
,
jasneet
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
jasneet
Comment 1
2008-11-05 16:18:46 PST
Created
attachment 24926
[details]
reduced testcase
Dirk Pranke
Comment 2
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug