[RC6] max-height-080 can not fail

Arron,

http://test.csswg.org/suites/css2.1/20110323/html4/max-height-080.htm (RC6)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/max-height-080.htm

http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_10/max-height-080.xht

        <style type="text/css">
            div
            {
                background: black;
                font: 20px/1 Ahem;
                max-height: 1ex;
                height: 1ex;
                width: 2em;
            }
        </style>
    </head>
    <body>
        <p>Test passes if there is a box below.</p>
        <div></div>

The max-height and height have the same value. So, the testcase code is
not even trying to test max-height property!

regards, 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 Thursday, 24 March 2011 20:36:59 UTC