Testing Sixth Testable Statement of Sec 17.6 of CSS2 Specification
-
6. The empty-cells property has possible values of "show|hide|
inherit".
PASS CRITERIA:
If statement #6 above is passed, then
the table below should have empty cells of show, because of rule
"#id1 {empty-cells: show}".
The table below should have empty cells of hide, because of rule
"#id2 {empty-cells: hide}".
The table below should have empty-cells of inherit, because of rule
"#id3 {empty-cells: inherit}".
All other properties of this page should be UA-default.