Source code

Revision control

Copy as Markdown

Other Tools

<!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: list-item;
}
</style>
</head>
<body>
<div>
<div>Some text</div>
</div>
</body>
</html>