blob: b257edad243c01457eb2c41192b544c5fb036009 [file] [log] [blame]
<!doctype HTML>
<style>
.container {
height: 1080px;
width: 1920px;
transform: scale(0.0859375);
transform-origin: 0 0 0;
background:blue;
}
.wrapper {
height: 92px;
width: 165px;
overflow: hidden;
}
.posabs {
position: absolute;
width: 300px;
height: 300px;
top: 5000px;
}
</style>
<div class="wrapper">
<div id=target class="container">
<div class="posabs" ></div>
<div style="will-change: transform" class="posabs"></div>
</div>
</div>