- From: Arron Eicholz <Arron.Eicholz@microsoft.com>
- Date: Thu, 17 Feb 2011 23:06:17 +0000
- To: "css21testsuite@gtalbot.org" <css21testsuite@gtalbot.org>, "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
On Wednesday, February 09, 2011 11:27 AM Gérard Talbot wrote: > http://test.csswg.org/suites/css2.1/20110111/html4/fixed-table-layout- > 007.htm > > http://test.csswg.org/suites/css2.1/20110111/html4/fixed-table-layout- > 007.htm > > > http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_17 > /fixed-table-layout-007.htm > > http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_17 > /fixed-table-layout-007.xht > > By setting a width of 200px and having 2 cells per row of a set width of 100px, > the testcase is *not* testing what the assert is stating. The testcase as I see it > can never fail. > > Actual code > ----------- > > td > { > background: black; > padding: 0; > line 19: width: 100px; > } > > > Proposed correction > ------------------- > > > td > { > background: black; > padding: 0; > line 19: width: 50px; > } > Fixed -- Thanks, Arron Eicholz
Received on Thursday, 17 February 2011 23:06:50 UTC