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

13 строки
287 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#t:after { display: table-cell; content: "d"; }
</style>
</head>
<body>
<span id="t">
a<script>document.body.offsetWidth;</script> <span style="display: table-cell; white-space: pre">bc </span></span>
</body>
</html>