Issue 2902: Bad SVG behavior with lines in tables
http://code.google.com/p/chromium/issues/detail?id=2902
Comment #3 by [EMAIL PROTECTED]:
Reduced test case:
<html>
<head><title>rut roh</title></head>
<body>
<table style="border-collapse:collapse;">
<TR>
<TD colspan="2" />
</TR>
<TR>
<TD style="border:1px solid blue">This should have a box</TD>
<TD>This should not</TD></TR>
<TR>
<TD colspan="2" />
</TR>
</table>
</body>
</html>
Again, repros in Safari, at least the old version I'm running. The
border-collapse
style seems to be the culprit, which is odd since border-collapse:collapse
is
supposed to be the default.
--
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
-~----------~----~----~----~------~----~------~--~---