border-top

<table> has border attribute; <td> have style="border-top: green 10px solid;".

Every cell in this table should have a 10-pixel solid green top border.
Cell oneCell two
Nested single-cell table!

<table> has *no* border attribute; <td> have style="border-top: green 10px solid;".

Every cell in this table should have a 10-pixel solid green top border.
Cell oneCell two
Nested single-cell table!


border-right

<table> has border attribute; <td> have style="border-right: green 10px solid;".

Every cell in this table should have a 10-pixel solid green right border.
Cell oneCell two
Nested single-cell table!

<table> has border attribute; <td> have style="border-right: green 10px solid;".

Every cell in this table should have a 10-pixel solid green right border.
Cell oneCell two
Nested single-cell table!


border-bottom

<table> has border attribute; <td> have style="border-bottom: green 10px solid;".

Every cell in this table should have a 10-pixel solid green bottom border.
Cell oneCell two
Nested single-cell table!

<table> has *no* border attribute; <td> have style="border-bottom: green 10px solid;".

Every cell in this table should have a 10-pixel solid green bottom border.
Cell oneCell two
Nested single-cell table!


border-left

<table> has border attribute; <td> have style="border-left: green 10px solid;".

Every cell in this table should have a 10-pixel solid green left border.
Cell oneCell two
Nested single-cell table!

<table> has *no* border attribute; <td> have style="border-left: green 10px solid;".

Every cell in this table should have a 10-pixel solid green left border.
Cell oneCell two
Nested single-cell table!


border

<table> has border attribute; <td> have style="border: green 10px solid;".

Every cell in this table should have a 10-pixel solid green border.
Cell oneCell two
Nested single-cell table!

<table> has *no* border attribute; <td> have style="border: green 10px solid;".

Every cell in this table should have a 10-pixel solid green border.
Cell oneCell two
Nested single-cell table!