layout/reftests/bugs/371043-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

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>

mercurial