mats.palmgren%bredband.net 3d346d69fc Adding testcases for bug 342531 and bug 357449 to the layout regression test suite.
git-svn-id: svn://10.0.0.236/trunk@214209 18797224-902f-48f8-a5cc-f745e15eee43
2006-10-26 23:47:10 +00:00

23 lines
695 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Testcase #1 for bug 357449</title>
<style type="text/css">
.s1 { font-size:72px; }
.s2 { font-size:144px; }
.s3 { font-size:192px; }
select { height:60px; background-color:lime; margin-bottom: 10px; }
</style>
</head>
<body>
<select class="s1"><option>jMey</option></select><br>
<select class="s2"><option>jMey</option></select><br>
<select class="s3"><option>jMey</option></select><br>
<select class="s4"><option>jMey</option></select><br>
</body>
</html>