summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-position/sticky/position-sticky-details-crash.html
blob: 65b7ea488070d4631fe602a8cd55a2e87776cef9 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1470149">
<details>
  <div id="target" style="position: sticky; top: 0px;"></div>
</details>
<script>
document.execCommand('selectAll');
document.getElementById('target').remove();
document.body.style.height = '100%';
</script>