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

16 строки
264 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#t:after { content: "d" }
</style>
</head>
<body>
<span id="t">
a
<span style="display: table-cell">b</span>
<span style="display: table-cell">c</span>
</span>
</body>
</html>