summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/oof-in-area-003.html
blob: c0c5891ec817915f683d6b2a779c6ddcb0fd3e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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=1480474">
<div style="columns:4;">
  <div style="position:relative;">
    <br><br><br><br>
    <area id="elm">
    <br><br><br><br>
  </div>
</div>
<script>
  var child = document.createElement('div');
  child.style.position = "absolute";
  elm.appendChild(child);
</script>