layout/reftests/margin-collapsing/scrollable-horizontal-margin.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 <html><head>
     3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     4     <title>Testcase for bug 724352</title>
     5     <style type="text/css">
     7         html,body {
     8             color:black; background-color:white; font-size:16px; padding:0; margin:0;
     9         }
    11 x1,x2,x3,x4,x5,x6 { display:block; }
    12 x2 { overflow:auto; width:100px; background:grey; }
    13 x4 { width: 70px; margin: 0 20px; }
    14     </style>
    15 </head>
    16 <body>
    18 <x1><x2 style="height:50px;">
    19   <x4 style="height:20px; background:lime; "></x4>
    20 </x2></x1>
    23 </body>
    24 </html>

mercurial