summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/551699-1-ref.html
blob: 1f81b34f38c4bddd8ccc0f39322799be6b22db2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <body>
    <table>
      <tr>
        <td>
          <div style="position: absolute;">Text</div>
          <div style="display: block; width: 100px; height: 100px;"></div>
        </td>
      </tr>
    </table>
  </body>
</html>