gecko-dev/layout/reftests/bugs/1424177-ref.html

15 строки
200 B
HTML

<html>
<head>
<style>
#sel {
left: 10px;
width: 101px;
position: absolute;
}
</style>
</head>
<body>
<select id="sel"></select>
</body>
</html>