blob: 2cb4290f3c248471d9eb15d55b64f0ea326dd548 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.cover {
overflow-y: hidden;
height: 30px;
width: 200px;
}
.box {
overflow-x: hidden;
height: 45px;
width: 85px;
-webkit-filter: blur(1px);
}
</style>
</head>
<body>
<div class="cover">
<!-- You should not see the 'dolor' part of the text -->
<div class="box">Loremipsumdolor</div>
</div>
</body>
</html>