- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Aug 2006 02:46:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/bugs
In directory hutz:/tmp/cvs-serv18366/testsuite/bugs
Added Files:
3627.css 3628.css 3629.css 3630.css 3631.css 3632.css 3633.css
3634.css
Log Message:
adding test cases for recently added bugs, and documenting parameters
in test case markup.
--- NEW FILE: 3634.css ---
/* this should be illegal in CSS 2 and 2.1, see
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3634 */
element {color:\ red; }
--- NEW FILE: 3628.css ---
/* This is incorrect in CSS1, but OK in CSS2
see http://www.w3.org/Bugs/Public/show_bug.cgi?id=3628 */
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3628
--- NEW FILE: 3630.css ---
/* this should not pass CSS2 or CSS2.1 test, see
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3630 */
.foo {color : red; }\
--- NEW FILE: 3632.css ---
/* this should not pass CSS2 checking, see
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3632 */
.foo { background-image: url(myimage\) ; }
--- NEW FILE: 3633.css ---
/* This should not pass CSS 2 checking, see
see http://www.w3.org/Bugs/Public/show_bug.cgi?id=3633 */
.foo { background-image: url("myimage\") ; }
.foo { background-image: url('myimage\') ; }
selector { font-family: "MyFont3\", Serif; }
--- NEW FILE: 3629.css ---
/* this should not pass CSS 1 Validation
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3629 */
.foo { color: r\65 d }
--- NEW FILE: 3631.css ---
/* This should not pass CSS 2 or 2.1 test
see http://www.w3.org/Bugs/Public/show_bug.cgi?id=3631 */
.foo {color:red\ ; }
.bar {color:red\ }
--- NEW FILE: 3627.css ---
/* this should pass CSS2 test, see
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3627 */
.selector { color: gr\000065en; }
Received on Tuesday, 29 August 2006 02:46:44 UTC