Testing Third Testable Statement of Sec 17.5 of CSS2 Specification
-
3. The table-layout property has possible values of "auto|fixed|inherit".
PASS CRITERIA:
If statement #3 above is passed, then
the table below should have table layout of auto, becuase of
rule "#id1 {table-layout: auto}".
The table below should have table layout of fixed, because of
rule "#id2 {table-layout: fixed}".
The table below should have table-layout of inherit, because of
rule "#id3 {table-layout: inherit}".
All other properties of this page should be UA-default.