summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/outline-move-oof-with-inline.html
blob: f2b259bcf503c1761c5885ce49097e6a438b8f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1374625">
<div style="columns:2; column-fill:auto; outline-style:auto; height:100px;">
  <div style="position:relative;">
    <div id="dings" style="position:absolute; height:120px; left:10px;">
      <span style="border:solid;">a</span>
    </div>
  </div>
</div>
<script>
  document.body.offsetTop;
  dings.style.left = "11px";
</script>