[CSS21][Test suite] Bug in margin-collapse-016

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