tenfourfox/layout/reftests/bugs/849996-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

24 lines
276 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#parent {
width: 200px;
height: 200px;
margin-left: 10px;
background: green;
}
#child {
width: 90px;
height: 90px;
background: red;
}
</style>
</head>
<body>
<div id="parent">
<div id="child"></div>
</div>
</body>
</html>