mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
20 lines
346 B
HTML
20 lines
346 B
HTML
<!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>
|