- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Tue, 14 Sep 2010 22:33:13 -0700
- To: "fantasai" <fantasai.lists@inkedblade.net>
- Cc: oyvinds@opera.com, "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
> On 09/14/2010 06:27 AM, oyvinds@opera.com wrote:
>> Quoting Gérard Talbot <css21testsuite@gtalbot.org>:
>>
>>>> Fixed.
>>>> http://test.csswg.org/source/contributors/hixie/submitted/css2.1/visuren/root-box-002.xht
>>>
>>> The .xht file has validation problems.
>>> A missing </meta> at line 30 or so.
>>
>> (Also, I believe it's "yin-yang", not "ying-yang".)
>
> Fixed.
>
> ~fantasai
Fantasai,
You may want to check that testcase again.
In my proposed replacement,
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/root-box-002.htm
I had
style[title="cell-tl"] {background-image: url("support/test-tl.png");}
style[title="cell-tr"] {background-image: url("support/test-tr.png");}
while in
http://test.csswg.org/source/contributors/hixie/submitted/css2.1/visuren/root-box-002.xht
there is
.tl { background: url(support/test-tl.png); }
.tr { background: url(support/test-tr.png); }
which is not the same.
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (beta 3; August 15th 2010):
http://test.csswg.org/suites/css2.1/20100815/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Wednesday, 15 September 2010 05:33:53 UTC