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

20 lines
353 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pixel snapping position test</title>
<style>
div {
position: absolute;
height: 100px;
width: 100px;
top: 11.5px;
background: red;
transform: scale(1);
}
</style>
</head>
<body>
<div></div>
</body>
</html>