changed test

git-svn-id: svn://10.0.0.236/trunk@13520 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
janc%netscape.com 1998-10-27 00:08:30 +00:00
parent 9532cb1ca2
commit 4b9888f652
3 changed files with 0 additions and 21 deletions

View File

@ -18,16 +18,9 @@
GOOD { border-bottom-style: inherit; }
GOOD { border-bottom-style: none; }
GOOD { border-bottom-style: hidden; }
GOOD { border-bottom-style: dotted; }
GOOD { border-bottom-style: dashed; }
GOOD { border-bottom-style: solid; }
GOOD { border-bottom-style: double; }
GOOD { border-bottom-style: groove; }
GOOD { border-bottom-style: ridge; }
GOOD { border-bottom-style: inset; }
GOOD { border-bottom-style: outset; }
BAD { border-bottom-style: far-right; }
BAD { border-bottom-style: ridge dotted; }
BAD { border-bottom-style: dashed outset; }

View File

@ -18,17 +18,10 @@
GOOD { border-left-style: inherit; }
GOOD { border-left-style: none; }
GOOD { border-left-style: hidden; }
GOOD { border-left-style: dotted; }
GOOD { border-left-style: dashed; }
GOOD { border-left-style: solid; }
GOOD { border-left-style: double; }
GOOD { border-left-style: groove; }
GOOD { border-left-style: ridge; }
GOOD { border-left-style: inset; }
GOOD { border-left-style: outset; }
BAD { border-left-style: outside; }
BAD { border-left-style: inherit inset; }
BAD { border-left-style: groove double; }
BAD { border-left-style: null; }

View File

@ -20,13 +20,6 @@
GOOD { border-right-style: inherit; }
GOOD { border-right-style: none; }
GOOD { border-right-style: hidden; }
GOOD { border-right-style: dotted; }
GOOD { border-right-style: dashed; }
GOOD { border-right-style: solid; }
GOOD { border-right-style: double; }
GOOD { border-right-style: groove; }
GOOD { border-right-style: ridge; }
GOOD { border-right-style: inset; }
GOOD { border-right-style: outset; }
BAD { border-right-style: far-left; }
BAD { border-right-style: ridge inset; }