nested-2.html (857B)
1 <!DOCTYPE HTML> 2 <html reftest-async-scroll> 3 <body> 4 <!-- Test that nested active scrolling elements work --> 5 <div style="width:400px; height:500px; overflow:scroll; scrollbar-width: none; border:2px solid black" 6 reftest-displayport-x="0" reftest-displayport-y="0" 7 reftest-displayport-w="800" reftest-displayport-h="2000" 8 reftest-async-scroll-x="0" reftest-async-scroll-y="50"> 9 <div style="width:300px; height:100px; overflow:scroll; scrollbar-width: none; border:2px solid blue; margin-top: 100px" 10 reftest-displayport-x="0" reftest-displayport-y="0" 11 reftest-displayport-w="800" reftest-displayport-h="2000" 12 reftest-async-scroll-x="0" reftest-async-scroll-y="0"> 13 <div style="height:200px; background:purple"></div> 14 </div> 15 <div class="filler" style="height: 1000px"></div> 16 </div> 17 </html>