summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-overflow/overflow-clip-001-crash.html
blob: 156343954deba47d0276ea482285048d773b74ab (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<link rel="author" title="Scott Violet" href="mailto:sky@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1134184">
<style>
  * { overflow-x: clip }
</style>
<p id="child">child</p>
<script>
  window.getSelection().selectAllChildren(
      document.getElementById("child"));
</script>