culling-1.html (1056B)
1 <html reftest-async-scroll> 2 <head> 3 <title>Culling Test</title> 4 <meta name="viewport" content="width=device-width"> 5 </head> 6 <body style="background:red"> 7 <div style="height:390px; width:300px; overflow-y:auto; background:red; scrollbar-width:none" 8 reftest-displayport-x="0" reftest-displayport-y="0" 9 reftest-displayport-w="300" reftest-displayport-h="400" 10 reftest-async-scroll-x="0" reftest-async-scroll-y="10"> 11 <div style="margin:15px; width:200px; height:40px; background:blue"></div> 12 <div style="margin:15px; width:200px; height:40px; background:blue"></div> 13 <div style="margin:15px; width:200px; height:40px; background:blue"></div> 14 <div style="margin-top:15px; width:300px; height:40px; background:blue"></div> 15 <div style="margin:15px; width:200px; height:40px; background:blue"></div> 16 <div style="margin:15px; width:200px; height:40px; background:blue"></div> 17 <div style="margin:15px; width:200px; height:40px; background:blue"></div> 18 </div> 19 </body> 20 </html>