- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Thu, 13 Jan 2011 18:49:09 -0800
- To: "Arron Eicholz" <arron.eicholz@microsoft.com>
- Cc: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
Hello,
http://test.csswg.org/suites/css2.1/20101210/html4/row-visibility-003.htm
Actual code:
line 10: table
line 11: {
line 12: border-spacing: 0;
line 13: }
line 34: <td rowspan="3" id="cell1">Filler Text Filler Text<br>
line 35: Filler Text Filler Text<br>
line 36: Filler Text Filler Text<br>
line 37: </td>
should be instead
line 34: <td rowspan="3" id="cell1">Filler Text Filler Text<br>
line 35: Filler Text Filler Text<br>
line 36: Test FAILED
line 37: </td>
Border-spacing is supposed to let background of table shine through. So,
there should be no red even if border-spacing is 2px.
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC4; December 10th 2010):
http://test.csswg.org/suites/css2.1/20101210/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Friday, 14 January 2011 02:49:45 UTC