blob: c1b1aa70da6a3a45d6da0a7f5ab663158c0bd527 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
html, body {
margin: 0;
padding: 0;
}
.container {
width: 100px;
height: 100px;
background-color: lime;
position: relative;
}
</style>
<script>
</script>
</head>
<body>
<p>You should see 4 green boxes that do not show scrollbars.
They would show scrollbars if they weren't hidden (2nd and 4th with scrollbars on the left).</p>
<div class="container"></div>
<div dir="rtl" class="container"></div>
<div class="container"></div>
<div dir="rtl" class="container"></div>
</body>
</html>