blob: 0b35869d297af2babf42267e84c9f189f9cdc6c1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
body > div {
height: 200px;
width: 200px;
overflow: scroll;
}
body > div > div {
height: 100px;
width: 100px;
background: blue;
position: relative;
left: 150px;
}
</style>
</head>
<body>
<div>
<div></div>
</div>
</body>
</html>