blob: 8f379219b5c26d7420227b5d415ffa8484170a91 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="minimum-scale=2.0">
<style>
select {
position: absolute;
left: 320px;
top: 800px;
width: 100px;
height: 20px;
}
</style>
</head>
<body>
<select><option>abc</option></select>
</body>
</html>