tenfourfox/layout/reftests/margin-collapsing/dynamic-add-text-1.html

7 lines
202 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head></head>
<body onload="document.getElementById('a').nextSibling.data = 'x';">
<div id="a" style="margin-bottom: 1em;">A</div> <div style="margin-top: 2em;">B</div>
</body>
</html>