update CSS Parser test

git-svn-id: svn://10.0.0.236/trunk@14860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
janc%netscape.com 1998-11-18 04:39:13 +00:00
parent 8b86d09e16
commit 84bfaf5802

View File

@ -16,10 +16,10 @@
*/
GOOD :before { max-width: 5ex }
GOOD :before { max-width: 15%; }
GOOD :before { max-width: none }
GOOD :before { max-width: inherit; }
GOOD { max-width: 5ex }
GOOD { max-width: 15%; }
GOOD { max-width: none }
GOOD { max-width: inherit; }
BAD { max-width: babushka }
BAD { max-width: auto; }
BAD { max-width: 5cm .5in; }