Testing Fourth Testable Statement of Sec 17.6 of CSS2 Specification

PASS CRITERIA:

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

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

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