summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/white-space-3-ref.html
blob: 1bde6bffc0f5edb4cb5ff4840d266d3e205e1c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>