layout/reftests/bugs/531098-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 <style type="text/css">
     3 html, body { margin: 0; padding: 0; border: none; }
     4 </style>
     6 <div style="margin: 100px; height: 400px; width: 400px; display: -moz-box; -moz-box-orient: horizontal">
     8   <div style="width: 200px; box-shadow: 0 0 14px blue">A</div>
     9   <div style="width: 100px"></div>
    10   <div style="-moz-box-flex: 1; box-shadow: 0 0 14px blue">B</div>
    12 </div>

mercurial