summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/371043-1.html
blob: 753a3a4c0d36ddb34a01908adddc7e196d573c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<body>
  <div id="source" style="font-size: 10px; column-gap: 2ch">
    <span id="test"
          style="background: green; display: inline-block; height: 30px;
                 padding: 0 2px">
    </span>
    <script>
      document.getElementById("test").style.width =
        document.defaultView.getComputedStyle(document.getElementById("source")).columnGap;
    </script>
  </div>
</body>