tenfourfox/layout/reftests/ib-split/ignored-margins-1-ref.html

9 lines
237 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body>
<div style="width: 100px; border: 1px solid green;">
<div style="display: block; height: 20px; width: 80px; margin: 10px 0 10px 10px; border: 5px solid black"></div>
</div>
</body>
</html>