Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <body>
3 <div id="source" style="font-size: 10px; -moz-column-gap: 2ch">
4 <span id="test"
5 style="background: green; display: inline-block; height: 30px;
6 padding: 0 2px">
7 </span>
8 <script>
9 document.getElementById("test").style.width =
10 document.defaultView.getComputedStyle(document.getElementById("source"),
11 "").MozColumnGap;
12 </script>
13 </div>
14 </body>