Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/overflow-clip-001-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Scott Violet" href="mailto:sky@chromium.org">
<style>
* { overflow-x: clip }
</style>
<p id="child">child</p>
<script>
window.getSelection().selectAllChildren(
document.getElementById("child"));
</script>