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

17 lines
313 B
HTML
Raw Normal View History

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