gecko-dev/layout/reftests/text/white-space-3-ref.html

18 строки
332 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
div { font: 24px monospace; width: 0; white-space: pre; }
b { font-weight: normal; background: yellow; }
.cell { display: table-cell; border: 1px solid green; }
</style>
</head>
<body>
<p>There should be no red:</p>
<div><span class="cell"><b>Hiya <br>Kitty</b></span></div>
</body>
</html>