wpt / css / css-overflow / overflow-clip-001-crash.html

Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-overflow/overflow-clip-001-crash.html

<!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>