Tests: the colspan attribute

Conditions:
The colSpan attribute specifies the number of columns spanned by the current cell. The default value of this attribute is one ("1"). The value zero ("0") means that the cell spans all columns from the current column to the last column of the column group (COLGROUP) in which the cell is defined.

The first table tests the default value of one, and an input of 7, which is within the normal range of expect input. The first column in the first row should span only column "one" and the second cell should span all of the other columns. The second table tests the zero value. "Just A" should span "A" and "Just B" should span "B."



Testing Default and Regular Input
First All the Rest
one two three four five six seven eight

Testing Zero Special Case
Just A Just B
A B C D E F G H