blob: 034bd8538469ca0eeffece8e947dd215ef88bd67 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: childNodes' 'margin' property of flex item'</title>
<link rel="author" title="Shaofei Cheng" href="mailto:csf178@gmail.com" />
<meta name="flags" content="" />
<style>
#test
{
background: blue;
position:relative;
height:300px;
width:101px;
}
p
{
position:absolute;
margin:0 0 0 0;
}
</style>
</head>
<body>
<div id="test">
<div id="test">
<p style="background:green;top:0px;height:300px;left:0px;height:300px;width:50px;">damer</p>
<p style="top:0px;left:50px;height:300px;background:Red;width:51px;">damer</p>
</div>
</div>
</body>
</html>