- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Mon, 6 Feb 2012 21:08:58 -0500
- To: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
Hello, [nightly-unstable] http://test.csswg.org/suites/css2.1/nightly-unstable/html4/floats-115.htm [RC6] http://test.csswg.org/suites/css2.1/20110323/html4/floats-115.htm In Firefox 10.0, the green rectangle is 60px tall while in others (Opera 11.61, Chrome 16.0.912.77, Konqueror 4.8.0, etc.) it is 50px tall. This is only due to the fact that 'line-height: normal' is resolved as 1.2 in Firefox (for the Ahem font) while it is 1.0 in others. Proposed correction ------------------- line 11 .float { float: left; background: green; color: green; font: 50px/1 Ahem; } 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 Tuesday, 7 February 2012 02:12:05 UTC