overflow-clip-cant-scroll-ref.html (441B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Overflow: clip can not be scrolled</title> 4 <link rel="help" href="https://www.w3.org/TR/css-overflow-3/#valdef-overflow-clip"> 5 <link rel="author" title="Scott Violet" href="mailto:sky@chromium.org"> 6 <style> 7 .child { 8 width: 100px; 9 height: 100px; 10 background-color: green; 11 } 12 </style> 13 <p>You should see two green squares (no red). 14 <div class="child"></div> 15 <div class="child"></div>