| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <title>CSS Test: The 'rules' attribute and the 'frame' attribute</title> |
| <meta name="assert" content="The first table has four vertical lines capped and bottomed by two horizontal lines."> |
| <meta name="assert" content="The second table has 2 vertical lines."> |
| <meta name="assert" content="The third table has 2 vertical lines capped by a horizontal line."> |
| <meta name="assert" content="The fourth table has 2 vertical lines bottomed by a horizontal line."> |
| <meta name="assert" content="The fifth table has 3 vertical lines."> |
| <meta name="assert" content="The sixth table has 3 vertical lines."> |
| testRunner.dumpAsText(true); |
| <table rules="cols" frame="box"> |
| <table rules="cols" frame="void"> |
| <table rules="cols" frame="above"> |
| <table rules="cols" frame="below"> |
| <table rules="cols" frame="lhs"> |
| <table rules="cols" frame="rhs"> |