Testing Second Testable Statement of Sec 17.6 of CSS2 Specification

PASS CRITERIA:

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

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

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