Testing First Testable Statement of Sec 17.4 of CSS2 Specification

PASS CRITERIA:

If statement #1 above is passed, then in the first table below, the caption side is top, and in the second table below, the caption side is bottom. The rules applied are "#id1 {caption-side: top}", and "#id2 {caption-side: bottom}".
Table1
12
34
Table2
56
78
The two tables below have caption-side of left and right, respectively.
910
1112
1314
1516
The table below has a caption-side of inherit.
1718
1920
The rules applied are "#id1 {caption-side: top}", "#id2 {caption-side: bottom}", "#id3 {caption-side: left}", "#id4 {caption-side: right}", "#id5 {caption-side: inherit}". All other properties of this page should be UA-default.