mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
695 B
HTML
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>
|