- From: Simon Sapin <simon.sapin@kozea.fr>
- Date: Tue, 28 Feb 2012 15:49:28 +0100
- To: www-style@w3.org
Hi, It seems there is a small bug in test margin-collapse-016 of the CSS 2.1 test suite: http://test.csswg.org/suites/css2.1/20110323/html4/margin-collapse-016.htm The source reads: #div3, div4 { margin-top: 2em; } I think it should be: #div3, #div4 { margin-top: 2em; } The test does slightly less testing with this bug, but it is not completely meaningless. Regards, -- Simon Sapin
Received on Tuesday, 28 February 2012 14:50:02 UTC