[RC6] floats-146 modified and reftested

Hello,

[RC6]
http://test.csswg.org/suites/css2.1/20110323/html4/floats-146.htm

to compare with

[nightly-unstable] (tomorrow, after build)
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/floats-146.htm

(today)
http://test.csswg.org/source/approved/css2.1/src/floats-clear/floats-146.xht


I changed a few property values in that test:

font-size: 20px has been declared; it replaces the default font-size:
16px so that 0.2em value does not create fractional pixels.

border-width: thin has been replaced with border-width: 1px so that a
reftest can be done reliably.

Before or without those changes, there was a 2px to 4px difference in
the horizontal gap between block B and block C between various browsers;
as coded, there was supposed to be a 2.4px horizontal gap between margin
box of block B and margin box of block C. Such 2px to 4px difference was
only due to fractional pixels (3.2px) affecting horizontal margin and
padding. 8 mult by 3.2px could give 24px, 25px or 26px in browsers after
rounding.

The whole test design and logic remains as it was.

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 harness:
http://test.csswg.org/harness/

Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html

Received on Thursday, 5 April 2012 21:23:41 UTC