1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: The 'rules' attribute and the 'frame' attribute
</title>
5 <meta name=
"assert" content=
"The first table has two vertical lines capped and bottomed by two horizontal lines.">
6 <meta name=
"assert" content=
"The second table has four vertical lines.">
7 <meta name=
"assert" content=
"The third table has four vertical lines capped and bottomed by two horizontal lines.">
8 <style type=
"text/css">
16 if (window
.testRunner
)
17 testRunner
.dumpAsTextWithPixelResults();
21 <table rules=
"cols" frame=
"hsides">
39 <table rules=
"cols" frame=
"vsides">
57 <table rules=
"cols" frame=
"border">