1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: 'groups' in the 'rules' attribute
</title>
5 <meta name=
"assert" content=
"The first table is a box with 2 horizontal lines.">
6 <meta name=
"assert" content=
"The second table is a box with 2 vertical lines.">
7 <meta name=
"assert" content=
"The third table has 2 vertical lines and 2 horizontal lines - like a tic-tac toe board.">
8 <style type=
"text/css">
16 if (window
.testRunner
)
17 testRunner
.dumpAsTextWithPixelResults();
21 <table rules=
"groups" frame=
"box">
39 <table rules=
"groups" frame=
"border">
62 <table rules=
"groups" frame=
"void">