summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/121142-1a.html
blob: a9cf7b9239e33e738d8ccf0cfb6a4fd8d7744f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <body>
    <span style="display:table">
      <span style="display: table-row-group">
        <span style="display: table-row">
          <span style="display: table-cell">
            Cell 1
          </span>
          <script type="text/javascript">document.body.offsetWidth</script>
          <span style="display: table-cell">
            Cell 2
          </span>
        </span>
      </span>
    </span>
  </body>
</html>