clip-006.html (417B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-overflow/#valdef-overflow-clip"> 3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 4 <p>Test passes if there is a filled green square.</p> 5 <div style="width: 100px; height: 100px; overflow-x: auto;"> 6 <div style="overflow-x: clip;"> 7 <div style="width: 200px; height: 100px; background: green;"></div> 8 </div> 9 </div>