blob: a750bd6cea841c5e9df59d9a8f738f8e6038ab48 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
zoom:1.75;
}
.container {
left: 10.5px;
width: 52.7px;
height: 100px;
position: relative;
transform: translateZ(0);
}
.test {
border: solid 1px;
position: absolute;
width: 50px;
right: 0px;
height: 50px;
}
</style>
</head>
<body>
<div class="container">
<div class="test"></div>
</div>