Testing Fourth Testable Statement of Sec 17.5 of CSS2 Specification

PASS CRITERIA:

If statement #4 above is passed, then the table below should have table layout of auto (initial value), because of rule "#id1 {table-layout: }".

This paragraph should have be UA-default. Rule specified is "p {table-layout: fixed}", but is ignored, since this property only applies to table and inline-table elements.

12
34
The table below should have table layout of fixed, because of rule "#id2 {table-layout: fixed}". NOTE: Table within a table is included, but this included table has table-layout of UA-default, since property is not inherited.
56
78
ab
The table below should have table-layout of UA-default, because of rule "#id3 {table-layout: 200%}". Since percentages do not apply, this rule should be ignored.
910
1112
All other properties of this page should be UA-default.