зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
528 B
HTML
11 строки
528 B
HTML
<!DOCTYPE html>
|
|
<html reftest-async-scroll>
|
|
<div style="overflow-y:hidden; position:absolute; top:50px; width: 200px; height: 100px; border: solid 1px black"
|
|
reftest-displayport-x="0" reftest-displayport-y="0"
|
|
reftest-displayport-w="200" reftest-displayport-h="300"
|
|
reftest-async-scroll-x="0" reftest-async-scroll-y="50">
|
|
<div style="transform: translateY(0px); width: 100px; height: 300px">
|
|
<div style="background-color: green; height: 25px; width: 25px; border-radius: 5px"></div>
|
|
</div>
|
|
</div>
|