blob: 7f9de3be4a1d14d35e2764b9f58808a386a31de2 [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 {
overflow: hidden;
}
body > div {
position: relative;
top: 50px;
left: 50px;
}
body > div > div {
display: inline-block;
}
</style>
</head>
<body>
<div>
<div>Some text</div>
</div>
</body>
</html>