[RC4] row-visibility-003 pass condition not accurate

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