[nightly-unstable] blocks-028 incorrect, invalid CSS 2.1

Hello all,

A bunch of new testcases have been recently submitted.

One is:

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/blocks-028.htm

which has

   .test { border-left: none; padding-left: 2em; width: 3em;
padding-right: 2em; border-right: none; -moz-box-sizing: border-box;
}

box-sizing is CSS 3.

If I remove the declaration '-moz-box-sizing: border-box;', then Firefox
4.0.1 renders it just like the other browsers and therefore fails the
test.

Even if such test is moved to a CSS 3 box model module test suite, then
the vendor prefix -moz will have to be removed.

Also, there is .body but it's not used.

Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 Test suite RC6, March 23rd 2011
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Sunday, 22 May 2011 19:01:34 UTC