pjs/layout/reftests/table-anonymous-boxes/white-space-13.html

12 строки
187 B
HTML

<!DOCTYPE html>
<html>
<body>
<span>
a
<span style="display: table-cell">b</span>
<span style="display: table-cell">c</span>
d
</span>
</body>
</html>