gecko-dev/layout/reftests/table-anonymous-boxes/302113-1-ref.html

28 строки
591 B
HTML
Исходник Обычный вид История

2009-03-26 00:34:28 +03:00
<!DOCTYPE html>
<html>
<body>
<span style="display: table">
<span style="display: table-row">
<span style="display: table-cell">
Cell
</span>
<span style="display: table-cell">
Cell
</span>
<span style="display: table-cell">
Cell
</span>
<span style="display: table-cell">
Cell
</span>
<span style="display: table-cell">
Cell
</span>
</span>
<span style="display: table-row">
<span style="display: block" id="t">Which column?</span>
</span>
</span>
</body>
</html>