no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / async-scrolling / position-sticky-in-transformed-scrollframe-1.html
bloba9e52cb7441910fdad6666b3eb58f0c384a28f01
1 <!DOCTYPE HTML>
2 <html reftest-async-scroll>
3 <div style="transform: translateY(10px); margin-top: 90px">
4 <div style="overflow:scroll; height: 400px; width: 400px; background-color: yellow"
5 reftest-displayport-x="0"
6 reftest-displayport-y="0"
7 reftest-displayport-w="400"
8 reftest-displayport-h="800"
9 reftest-async-scroll-x="0"
10 reftest-async-scroll-y="120">
11 <div style="height: 800px">
12 <div style="position:sticky; top: 0px; height: 20px; background-color: green"></div>
13 </div>
14 </div>
15 </div>