Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/452964-1-ref.html

22 lines
335 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
div { display: table; }
p { display: table-row; }
span { display: table-cell; }
</style>
</head>
<body>
<div>
<p>
<span>Test</span>
</p>
<p>
<span>Col 1</span>
<span>Col 2</span>
</p>
</div>
</body>
</html>