Testing Seventh Testable Statement of Sec 17.6 of CSS2 Specification

PASS CRITERIA:

If statement #7 above is passed, then in the first table below the empty-cells value is show (initial value). The rule applied is "#id1 {empty-cells:}". The second table below has a empty-cells value of show. The rule applied there is "#id2 {empty-cells: show}". Note that this table has included table also with empty-cells of show, since this property is inherited.
12
34
56
78
ab
The table below should have empty cells of UA-default. The rule specified is "#id3 {empty-cells: 200%}". This rule is ignored, since percentages do not apply.
910
1112

This paragraph should be UA-default. The rule specified is "p {empty-cells: hide}", which is ignored since the property only applies to table and inline-table elements.

All other properties of this page should be UA-default.