2008-01-04 20:48:19 +03:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html><head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
|
<title>Testcase for bug 391979</title>
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
html,body {
|
|
|
|
color:black; background-color:white; font-size:16px; padding:0; margin:0;
|
|
|
|
}
|
|
|
|
|
2008-07-16 01:31:36 +04:00
|
|
|
div { background:green; width:20ch; height:4ch; }
|
2008-01-04 20:48:19 +03:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2008-01-04 22:34:53 +03:00
|
|
|
<div>green</div>
|
|
|
|
<div>green</div>
|
|
|
|
<div>green</div>
|
|
|
|
<div>green</div>
|
2008-01-04 20:48:19 +03:00
|
|
|
</body>
|
|
|
|
</html>
|