fixed-pos-scrolled-clip-5-ref.html (344B)
1 <!DOCTYPE html> 2 <html lang="en-US"><head> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>The scrolled clip on the fixed element is not respected</title> 4 5 </head><body><div style=" 6 position: absolute; 7 top: 0; 8 left: 0; 9 background-color: lime; 10 width: 100%; 11 height: 200px;"> 12 </div> 13 </body></html>