[RC6] text-decoration-border-001, 002, 003 incorrect

Arron,

[nightly-unstable]
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/text-decoration-border-001.htm

[RC6]
http://test.csswg.org/suites/css2.1/20110323/html4/text-decoration-border-001.htm


[nightly-unstable]
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/text-decoration-border-002.htm

[RC6]
http://test.csswg.org/suites/css2.1/20110323/html4/text-decoration-border-002.htm


[nightly-unstable]
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/text-decoration-border-003.htm

[RC6]
http://test.csswg.org/suites/css2.1/20110323/html4/text-decoration-border-003.htm


All these tests have at line 12 the declaration

border: 10px;

which is equivalent to, computed as

border: black none 0px;

So, because of that, these tests are not testing, verifying what the
assert text wanted to test.

Replacement proposal
--------------------

line 12  border: white solid 10px;


Also, the pass-fail sentence could be a mite more clear with (eg for 001):

 <p>Test passes if "Filler Text" has a line under it which starts at the
beginning with its "F" letter and continues until the end with its "t"
letter. The line cannot start before and extend beyond the text.</p>

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 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 Sunday, 8 January 2012 03:29:30 UTC