chromium/third_party/blink/web_tests/fast/table/caption-position-expected.html

<!DOCTYPE html>
Test passes if above is on top.
<table cellspacing="0" cellpadding="0">
  <caption>
    <div style="position:relative; height:2em;">
      <div id="elm" style="position:absolute; left:1px;">above</div>
    </div>
  </caption>
  <tr>
    <td>below</td>
  </tr>
</table>