summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/relpos-spanner-with-spanner-child-becomes-regular.html
blob: 0f6f66557d080a30a98931dd12b4901bb43083af (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=1333166">
<div style="columns:2;">
  <div id="trouble" style="column-span:all; position:relative;">
    <div style="column-span:all;"></div>
  </div>
  <div></div>
</div>
<script>
  document.body.offsetTop;
  trouble.style.columnSpan = "none";
  trouble.style.position = "static";
</script>