summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/478956-1b.html
blob: 1b656a98e5722d0215e51d1615925a53a35a9dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <body>
    <div style="display: table-row">
      <div style="display: table-row">
        <div style="display: table-cell">Long long cell</div>
        <div style="display: table-cell">cell</div>
      </div>
      <span style="display: block"></span>
      <div style="display: table-row">
        <div style="display: table-cell">cell</div>
        <div style="display: table-cell">cell</div>
      </div>
    </div>
  </body>
</html>