Wed, 31 Dec 2014 07:16:47 +0100
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 391979</title>
5 <style type="text/css">
7 html,body {
8 color:black; background-color:white; font-size:16px; padding:0; margin:0;
9 }
11 div { background:green; width:20ch; height:4ch; }
12 </style>
13 </head>
14 <body>
15 <div>green</div>
16 <div>green</div>
17 <div>green</div>
18 <div>green</div>
19 </body>
20 </html>