Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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>