Back to Chromium

CSS1 Test Suite: 5.5.1n border

third_party/blink/web_tests/tables/mozilla/bugs/bug1055-1.html

150.0.7829.22.3 KB
Original Source

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 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! |

|


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 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! |

|


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 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! |

|


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 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! |

|


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 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! |

|