blob: 214ad1891ba6a3f8f31911fe51d2e27086ce3ff1 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="Morgan Rae Reschenberg" href="mailto:mreschenberg@berkeley.edu">
<style>
select {
color: transparent;
}
.minWidth {
min-width: 100px;
}
.width {
width: 100px;
}
.floatLWidth {
float: left;
width: 100px;
}
</style>
</head>
<body>
<select multiple class="floatLWidth">
</select>
<br style="clear:both;">
<select multiple class="minWidth">
</select>
<br>
<select multiple class="width">
</select>
</body>
</html>