layout/reftests/margin-collapsing/scrollable-vertical-margin-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/margin-collapsing/scrollable-vertical-margin-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,66 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html><head>
     1.6 +    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     1.7 +    <title>Testcase for bug 724352</title>
     1.8 +    <style type="text/css">
     1.9 +
    1.10 +        html,body {
    1.11 +            color:black; background-color:white; font-size:16px; padding:0; margin:0;
    1.12 +        }
    1.13 +	
    1.14 +x1,x2,x3,x4,x5,x6 { display:block; }
    1.15 +x7 {display:block; height:20px;background:lime;}
    1.16 +    </style>
    1.17 +</head>
    1.18 +<body>
    1.19 +
    1.20 +<x1><x2 style="overflow:auto; background:grey; height:50px;">
    1.21 +  <x3><x4 style="padding:20px 0 10px 0; height:20px;"><x7></x7></x4></x3>
    1.22 +</x2>
    1.23 +<x6 style="padding-top:10px">x</x6></x1>
    1.24 +
    1.25 +
    1.26 +
    1.27 +<x1><x2 style="overflow:auto; background:grey; height:70px;">
    1.28 +  <x3 style="padding-bottom:30px"><x4 style="padding-top:20px; height:20px;"><x7></x7></x4></x3>
    1.29 +</x2>
    1.30 +<x6 style="padding-top:10px">x</x6></x1>
    1.31 +
    1.32 +
    1.33 +
    1.34 +<x1><x2 style="overflow:auto; background:grey; height:60px;">
    1.35 +  <x3 style="padding-bottom:10px"><x4 style="padding-top:20px; height:20px;"><x7></x7></x4></x3>
    1.36 +</x2>
    1.37 +<x6 style="padding-top:10px">x</x6></x1>
    1.38 +
    1.39 +
    1.40 +
    1.41 +<x1><x2 style="overflow:auto; background:grey; height:50px;">
    1.42 +  <x3 style="padding-bottom:10px"><x4 style="padding-top:20px; height:20px;"><x7></x7></x4></x3>
    1.43 +</x2>
    1.44 +<x6 style="padding-top:10px">x</x6></x1>
    1.45 +
    1.46 +
    1.47 +
    1.48 +<x1><x2 style="overflow:auto; background:grey; height:60px;">
    1.49 +  <x3><x4 style="padding:20px 0; height:20px;"><x7></x7></x4></x3>
    1.50 +</x2>
    1.51 +<x6 style="padding-top:10px">x</x6></x1>
    1.52 +
    1.53 +
    1.54 +
    1.55 +<x1><x2 style="overflow:auto; background:grey; height:60px;">
    1.56 +  <x3><x4 style="padding:20px 0; height:20px;"><x7></x7></x4></x3>
    1.57 +</x2>
    1.58 +<x6 style="padding-top:10px">x</x6></x1>
    1.59 +
    1.60 +
    1.61 +
    1.62 +<x1><x2 style="overflow:auto; background:grey; height:50px;">
    1.63 +  <x3><x4 style="padding:10px 0 20px 0; height:20px;"><x7></x7></x4></x3>
    1.64 +</x2>
    1.65 +<x6 style="padding-top:10px">x</x6></x1>
    1.66 +
    1.67 +
    1.68 +</body>
    1.69 +</html>

mercurial