servo/tests/ref/pixel_snapping_position_ref.html
2015-10-08 06:44:05 +02:00

19 lines
327 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pixel snapping position reference</title>
<style>
div {
position: absolute;
height: 100px;
width: 100px;
top: 12px;
background: red;
}
</style>
</head>
<body>
<div></div>
</body>
</html>