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 four vertical lines capped and bottomed by two horizontal lines.">
6 <meta name=
"assert" content=
"The second table has 2 vertical lines.">
7 <meta name=
"assert" content=
"The third table has 2 vertical lines capped by a horizontal line.">
8 <meta name=
"assert" content=
"The fourth table has 2 vertical lines bottomed by a horizontal line.">
9 <meta name=
"assert" content=
"The fifth table has 3 vertical lines.">
10 <meta name=
"assert" content=
"The sixth table has 3 vertical lines.">
11 <style type=
"text/css">
19 if (window
.testRunner
)
20 testRunner
.dumpAsTextWithPixelResults();
24 <table rules=
"cols" frame=
"box">
37 <table rules=
"cols" frame=
"void">
50 <table rules=
"cols" frame=
"above">
63 <table rules=
"cols" frame=
"below">
76 <table rules=
"cols" frame=
"lhs">
89 <table rules=
"cols" frame=
"rhs">