tenfourfox/layout/reftests/position-dynamic-changes/vertical/topN-heightA-bottomN.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
510 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="animate.js" type="text/javascript"></script>
<script src="../handleprop.js" type="text/javascript"></script>
</head>
<body>
<div id="parent">
<div id="child" style="top: 100px; bottom: 20px;">
<div class="floatTop"></div>
<div class="floatTop"></div>
</div>
</div>
<script>
animate(100, 200);
</script>
</body>
</html>