summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1263845-ref.html
blob: 65c67a95a78b5fc21fdc7f11c879afadb2aae144 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<div id="wrap" style="background: yellow">
  <table style="height: 100%; background: purple">
    <tr>
      <td>
        This is some text
      </td>
    </tr>
  </table>
</div>