- From: Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Date: Sat, 02 Jul 2005 20:46:07 +1000
- To: public-css-testsuite@w3.org
Hi,
I believe there is a mistake in these tests:
http://www.w3.org/Style/CSS/Test/CSS2.1/current/t040304-c64-uri-00-a-g.htm
http://www.w3.org/Style/CSS/Test/CSS2.1/current/t040304-c64-uri-00-a-g.xht
The two stylesheets being imported contain the errors.
http://www.w3.org/Style/CSS/Test/CSS2.1/current/support/css1test64a.css
http://www.w3.org/Style/CSS/Test/CSS2.1/current/support/css1test64b.css
css1test64a.css contains:
p.one {background: red url(support/swatch-red.png);color:white;}
It should have a green background, since the request for swatch-red.png
should result in a 404 Not Found, unless the UA incorrectly resolves the
path as being relative to the document location instead of the
stylesheet. It should be updated to:
p.one {background: green url(support/swatch-red.png);color:white;}
css1test64b.css should be updated in the same way.
--
Lachlan Hunt
http://lachy.id.au/
Received on Saturday, 2 July 2005 11:35:35 UTC