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

7 lines
200 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> bc <span style="display: table-cell">d</span></span>
</body>
</html>