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

17 lines
314 B
HTML
Raw Normal View History

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