Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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 | x7 {display:block; height:20px;background:lime;} |
michael@0 | 13 | </style> |
michael@0 | 14 | </head> |
michael@0 | 15 | <body> |
michael@0 | 16 | |
michael@0 | 17 | <x1><x2 style="overflow:auto; background:grey; height:50px;"> |
michael@0 | 18 | <x3><x4 style="padding:20px 0 10px 0; height:20px;"><x7></x7></x4></x3> |
michael@0 | 19 | </x2> |
michael@0 | 20 | <x6 style="padding-top:10px">x</x6></x1> |
michael@0 | 21 | |
michael@0 | 22 | |
michael@0 | 23 | |
michael@0 | 24 | <x1><x2 style="overflow:auto; background:grey; height:70px;"> |
michael@0 | 25 | <x3 style="padding-bottom:30px"><x4 style="padding-top:20px; height:20px;"><x7></x7></x4></x3> |
michael@0 | 26 | </x2> |
michael@0 | 27 | <x6 style="padding-top:10px">x</x6></x1> |
michael@0 | 28 | |
michael@0 | 29 | |
michael@0 | 30 | |
michael@0 | 31 | <x1><x2 style="overflow:auto; background:grey; height:60px;"> |
michael@0 | 32 | <x3 style="padding-bottom:10px"><x4 style="padding-top:20px; height:20px;"><x7></x7></x4></x3> |
michael@0 | 33 | </x2> |
michael@0 | 34 | <x6 style="padding-top:10px">x</x6></x1> |
michael@0 | 35 | |
michael@0 | 36 | |
michael@0 | 37 | |
michael@0 | 38 | <x1><x2 style="overflow:auto; background:grey; height:50px;"> |
michael@0 | 39 | <x3 style="padding-bottom:10px"><x4 style="padding-top:20px; height:20px;"><x7></x7></x4></x3> |
michael@0 | 40 | </x2> |
michael@0 | 41 | <x6 style="padding-top:10px">x</x6></x1> |
michael@0 | 42 | |
michael@0 | 43 | |
michael@0 | 44 | |
michael@0 | 45 | <x1><x2 style="overflow:auto; background:grey; height:60px;"> |
michael@0 | 46 | <x3><x4 style="padding:20px 0; height:20px;"><x7></x7></x4></x3> |
michael@0 | 47 | </x2> |
michael@0 | 48 | <x6 style="padding-top:10px">x</x6></x1> |
michael@0 | 49 | |
michael@0 | 50 | |
michael@0 | 51 | |
michael@0 | 52 | <x1><x2 style="overflow:auto; background:grey; height:60px;"> |
michael@0 | 53 | <x3><x4 style="padding:20px 0; height:20px;"><x7></x7></x4></x3> |
michael@0 | 54 | </x2> |
michael@0 | 55 | <x6 style="padding-top:10px">x</x6></x1> |
michael@0 | 56 | |
michael@0 | 57 | |
michael@0 | 58 | |
michael@0 | 59 | <x1><x2 style="overflow:auto; background:grey; height:50px;"> |
michael@0 | 60 | <x3><x4 style="padding:10px 0 20px 0; height:20px;"><x7></x7></x4></x3> |
michael@0 | 61 | </x2> |
michael@0 | 62 | <x6 style="padding-top:10px">x</x6></x1> |
michael@0 | 63 | |
michael@0 | 64 | |
michael@0 | 65 | </body> |
michael@0 | 66 | </html> |