- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Dec 2011 14:57:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/text-decoration/css3
In directory hutz:/tmp/cvs-serv25972/text-decoration/css3
Added Files:
001.css
Log Message:
collection of tests for the text-decoration shorthand in CSS3
--- NEW FILE: 001.css ---
y{ text-decoration: initial }
z { text-decoration: inherit }
tc0001 {text-decoration: line-through no-overline no-underline black dashed }
tc0002 {text-decoration: line-through no-overline no-underline black dashed blink}
tc0003 {text-decoration: line-through no-overline no-underline black dotted }
tc0004 {text-decoration: line-through no-overline no-underline black dotted blink}
tc0005 {text-decoration: line-through no-overline no-underline black double }
tc0006 {text-decoration: line-through no-overline no-underline black double blink}
tc0007 {text-decoration: line-through no-overline no-underline black solid }
tc0008 {text-decoration: line-through no-overline no-underline black solid blink}
tc0009 {text-decoration: line-through no-overline no-underline black wavy }
tc0010 {text-decoration: line-through no-overline no-underline black wavy blink}
tc0011 {text-decoration: line-through no-overline no-underline blue dashed }
tc0012 {text-decoration: line-through no-overline no-underline blue dashed blink}
tc0013 {text-decoration: line-through no-overline no-underline blue dotted }
tc0014 {text-decoration: line-through no-overline no-underline blue dotted blink}
tc0015 {text-decoration: line-through no-overline no-underline blue double }
tc0016 {text-decoration: line-through no-overline no-underline blue double blink}
tc0017 {text-decoration: line-through no-overline no-underline blue solid }
[...4865 lines suppressed...]
tc4883 {text-decoration: none blue dashed }
tc4884 {text-decoration: none blue dashed blink}
tc4885 {text-decoration: none blue dotted }
tc4886 {text-decoration: none blue dotted blink}
tc4887 {text-decoration: none blue double }
tc4888 {text-decoration: none blue double blink}
tc4889 {text-decoration: none blue solid }
tc4890 {text-decoration: none blue solid blink}
tc4891 {text-decoration: none blue wavy }
tc4892 {text-decoration: none blue wavy blink}
tc4893 {text-decoration: none dashed }
tc4894 {text-decoration: none dashed blink}
tc4895 {text-decoration: none dotted }
tc4896 {text-decoration: none dotted blink}
tc4897 {text-decoration: none double }
tc4898 {text-decoration: none double blink}
tc4899 {text-decoration: none solid }
tc4900 {text-decoration: none solid blink}
tc4901 {text-decoration: none wavy }
tc4902 {text-decoration: none wavy blink}
Received on Monday, 12 December 2011 14:57:47 UTC