gecko-dev/layout/reftests/bugs/1424177.html
Morris Tseng 68bd6b6c46 Bug 1424177 - Add reftest. r=kats
MozReview-Commit-ID: GfMRLGCia4Y
2018-01-16 17:33:13 +08:00

15 lines
204 B
HTML

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