third_party/blink/web_tests/tables/mozilla/bugs/bug1055-1.html
<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 one | Cell 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 one | Cell 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 one | Cell 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 one | Cell two
| Nested single-cell table! |
|
<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 one | Cell 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 one | Cell two
| Nested single-cell table! |
|
<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 one | Cell 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 one | Cell two
| Nested single-cell table! |
|
<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 one | Cell 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 one | Cell two
| Nested single-cell table! |
|