gecko/layout/reftests/table-anonymous-boxes/white-space-23.html

7 lines
213 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body>
<span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> <span>bc</span> <span style="display: table-cell">d</span></span>
</body>
</html>