| <title>position:relative top constraint should behave correctly for <td> elements</title> |
| <link rel="match" href="position-relative-table-left-ref.html" /> |
| <link rel="help" href="https://www.w3.org/TR/css-position-3/#rel-pos" /> |
| <meta name="assert" content="This test checks that the position:relative top constraint behaves correctly for <td> elements" /> |
| border-collapse:collapse; |
| <div class="indicator"></div> |
| <tr><td class="relative"><div></div></td></tr> |
| <tr><td><div></div></td></tr> |
| <tr><td><div></div></td></tr> |
| <tr><td><div></div></td></tr> |
| <div>You should see a green box above. No red should be visible.</div> |