blob: 207673b3e7db0f72c2ab39acbe61c7e433ddb5f7 [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: table;
}
</style>
</head>
<body>
<div>
<div>Some text</div>
</div>
</body>
</html>