cthulhu/test/html/display-table-cell.html

10 lines
144 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<div>line 1</div>
<div style="display:table;">
<div style="display:table-cell;">line 2</div>
</div>
</body>
</html>