blob: 74e83217d56912aecf5c95db1e1fe9d7ee1b5024 [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 > div {
display: table-cell;
}
</style>
</head>
<body>
<div>
<div>
<div>Some text</div>
</div>
</div>
</body>
</html>