haikuwebkit/LayoutTests/fast/forms/hidpi-textfield-background-...

25 lines
310 B
HTML

<html>
<head>
<style>
body {
margin: 0;
}
div {
position: absolute;
top: 0;
left: 0;
border: 0.5px black solid;
width: 99px;
height: 99px;
background-color: yellow;
}
</style>
</head>
<body>
<div />
</body>
</html>