layout/reftests/bugs/531098-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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