no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / async-scrolling / position-sticky-transformed-in-scrollframe-2-ref.html
blob763a4a550a8e3cc20b046e328685ed1ed3b17c94
1 <!DOCTYPE HTML>
2 <html>
3 <div id="scroller" style="overflow:scroll; height: 400px; width: 400px">
4 <div style="margin-top: 120px; background-color: yellow; height: 380px">
5 <div style="height: 90px"></div>
6 <div style="height: 20px; background-color: green"></div>
7 </div>
8 <div style="height: 310px"></div>
9 </div>
10 <script>
11 document.getElementById('scroller').scrollTop = 120;
12 </script>