Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / text / white-space-3-ref.html
blob1bde6bffc0f5edb4cb5ff4840d266d3e205e1c3f
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 div { font: 24px monospace; width: 0; white-space: pre; }
6 b { font-weight: normal; background: yellow; }
7 .cell { display: table-cell; border: 1px solid green; }
8 </style>
9 </head>
10 <body>
12 <p>There should be no red:</p>
14 <div><span class="cell"><b>Hiya <br>Kitty</b></span></div>
16 </body>
17 </html>