Mypal/layout/reftests/bugs/472769-1b.html

16 lines
264 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<html>
<head>
<style>
body { margin: 0px; }
div {
margin-top: 0.5px;
margin-left: 0.5px;
height: 100px;
width: 100px;
background: black;
}
</style>
</head>
<body><div></div></body>
</html>