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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html><head>
michael@0 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
michael@0 4 <title>Testcase for bug 724352</title>
michael@0 5 <style type="text/css">
michael@0 6
michael@0 7 html,body {
michael@0 8 color:black; background-color:white; font-size:16px; padding:0; margin:0;
michael@0 9 }
michael@0 10
michael@0 11 x1,x2,x3,x4,x5,x6 { display:block; }
michael@0 12 </style>
michael@0 13 </head>
michael@0 14 <body>
michael@0 15
michael@0 16 <x1><x2 style="overflow:auto; background:grey; height:50px;">
michael@0 17 <x3 style="margin-bottom:-10px"><x4 style="margin:20px 0; height:20px; background:lime; "></x4></x3>
michael@0 18 </x2>
michael@0 19 <x6 style="margin-top:10px">x</x6></x1>
michael@0 20
michael@0 21
michael@0 22
michael@0 23 <x1><x2 style="overflow:auto; background:grey; height:70px;">
michael@0 24 <x3 style="margin-bottom:30px"><x4 style="margin:20px 0; height:20px; background:lime; "></x4></x3>
michael@0 25 </x2>
michael@0 26 <x6 style="margin-top:10px">x</x6></x1>
michael@0 27
michael@0 28
michael@0 29
michael@0 30 <x1><x2 style="overflow:auto; background:grey; height:60px;">
michael@0 31 <x3 style="margin-bottom:10px"><x4 style="margin:20px 0; height:20px; background:lime; "></x4></x3>
michael@0 32 </x2>
michael@0 33 <x6 style="margin-top:10px">x</x6></x1>
michael@0 34
michael@0 35
michael@0 36
michael@0 37 <x1><x2 style="overflow:auto; background:grey; height:50px;">
michael@0 38 <x3 style="margin-bottom:20px"><x4 style="margin:20px 0 -10px 0; height:20px; background:lime; "></x4></x3>
michael@0 39 </x2>
michael@0 40 <x6 style="margin-top:10px">x</x6></x1>
michael@0 41
michael@0 42
michael@0 43
michael@0 44 <x1><x2 style="overflow:auto; background:grey; height:60px;">
michael@0 45 <x3 style="margin-bottom:20px"><x4 style="margin:20px 0; height:20px; background:lime; "></x4></x3>
michael@0 46 </x2>
michael@0 47 <x6 style="margin-top:10px">x</x6></x1>
michael@0 48
michael@0 49
michael@0 50
michael@0 51 <x1><x2 style="overflow:auto; background:grey; height:60px;">
michael@0 52 <x3 style="margin-top:20px"><x4 style="margin:20px 0; height:20px; background:lime; "></x4></x3>
michael@0 53 </x2>
michael@0 54 <x6 style="margin-top:10px">x</x6></x1>
michael@0 55
michael@0 56
michael@0 57
michael@0 58 <x1><x2 style="overflow:auto; background:grey; height:50px;">
michael@0 59 <x3 style="margin-top:-10px"><x4 style="margin:20px 0; height:20px; background:lime; "></x4></x3>
michael@0 60 </x2>
michael@0 61 <x6 style="margin-top:10px">x</x6></x1>
michael@0 62
michael@0 63
michael@0 64 </body>
michael@0 65 </html>

mercurial