Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / dynamic / spanner-ancestor-becomes-spanner-expected.html
blob5bb968e2a33f6d0d6eff51276ee4fea2a5154b31
1 <!DOCTYPE html>
2 <style>
3 .box { width:66px; height:66px; margin:auto; background:blue; }
4 </style>
5 <p>Change an ancestor of a descendant spanner to becoming a spanner, so that the descendant will cease to be a spanner.</p>
6 <p>There should be three identical blue <em>squares</em> below. The space between them should be equal to the size of the squares.</p>
7 <div style="width:132px;">
8 <div class="box" style="margin-bottom:66px;"></div>
9 <div class="box"></div>
10 <div class="box" style="margin-top:66px;"></div>
11 </div>