gecko/layout/reftests/position-dynamic-changes/horizontal/leftN-widthN-rightA-ref.html

16 lines
378 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="../handleprop.js" type="text/javascript"></script>
</head>
<body>
<div id="parent">
<div id="child" style="width: 100px; left: 200px;">
<div class="floatLeft"></div>
<div class="floatLeft"></div>
</div>
</div>
</body>
</html>