servo/tests/ref/pixel_snapping_border_a.html
2015-09-18 03:06:06 -07:00

18 lines
284 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pixel snapping border test</title>
<style>
div {
height: 101px;
width: 101px;
border: 0.5px solid black;
}
</style>
</head>
<body>
<div></div>
</body>
</html>