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