blob: f9baec4170992769e290477842281be6607ed885 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0">
<style>
.container {
overflow: hidden;
padding: 10px;
height: 2450px;
}
.child {
height: 2500px;
overflow: hidden;
transform: translateZ(0);
}
</style>
</head>
<body>
<div class="container">
<div class="child">
<p>This text should not be blurry on retina devices</p>
</div>
</div>
</body>
</html>