https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a5e2ffecd7d0443521537130e8f5067437eef32f authored by ffxbld on 12 August 2015, 23:33:20 UTC
Added FIREFOX_40_0_2_RELEASE FIREFOX_40_0_2_BUILD1 tag(s) for changeset 072bc472145e. DONTBUILD CLOSED TREE a=release
Tip revision: a5e2ffe
476063-1-ref.html
<!DOCTYPE html>
<head>
</head>
<body>
  <div style="display: table" id="x">
    <div style="display: table-row">
      <div style="display: table-cell">1 - 1</div>
      <div style="display: table-cell">1 - 2</div>
    </div>
    <div style="display: table-row">
      <div style="display: table-cell">2 - 1</div>
      <div style="display: table-cell">2 - 2</div>
    </div>
  </div>
  <div style="border: 2px solid green">This is a test</div>
  <span style="border: 2px solid green">before<div>This is a test</div>after</span>
</body>
back to top