- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Wed, 9 Feb 2011 11:27:28 -0800
- To: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
- Cc: "Arron Eicholz" <arron.eicholz@microsoft.com>
Arron, 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; } Gérard Talbot -- Contributions to the CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/ CSS 2.1 test suite (RC5; January 11th 2011): http://test.csswg.org/suites/css2.1/20110111/html4/toc.html CSS 2.1 test suite contributors: http://test.csswg.org/source/contributors/
Received on Wednesday, 9 February 2011 19:28:03 UTC