зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
317 B
HTML
13 строки
317 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<div style="overflow: auto; transform:translate(100px,0);">
|
||
|
<div style="position: relative;"><div id="x" style="position:fixed; display:none"></div></div>
|
||
|
</div>
|
||
|
<script>
|
||
|
document.body.getBoundingClientRect();
|
||
|
document.getElementById('x').style.display = '';
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|