summaryrefslogtreecommitdiffstats
path: root/layout/reftests/margin-collapsing/dynamic-add-text-1.html
blob: cc8b2bf3574affb90c63f27f14449207e02a77ec (plain)
1
2
3
4
5
6
<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>