no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / gfx / tests / reftest / 1524261.html
blob33824a9038e1951690cd173a93c05a12b2613ee6
1 <!DOCTYPE html>
2 <html reftest-async-scroll>
3 <div style="overflow-y:scroll; scrollbar-width:none; position:absolute; top:50px; width: 200px; height: 100px; border: solid 1px black"
4 reftest-displayport-x="0" reftest-displayport-y="0"
5 reftest-displayport-w="200" reftest-displayport-h="300"
6 reftest-async-scroll-x="0" reftest-async-scroll-y="50">
7 <div style="transform: translateY(0px); width: 100px; height: 300px">
8 <div style="background-color: green; height: 25px; width: 25px; border-radius: 5px"></div>
9 </div>
10 </div>