anonymous-table-ws-001.html (527B)
1 <!DOCTYPE html> 2 <title>CSS Test: White space should not be removed between elements for which a single anonymous table cell is generated</title> 3 <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au"> 4 <link rel="match" href="anonymous-table-ws-001-ref.html"> 5 <link rel="help" href="https://drafts.csswg.org/css-tables/#fixup-algorithm"> 6 <style> 7 div { display: table; font: 16px monospace; } 8 </style> 9 <p>Test passes if there is a space between the "a" and "b".</p> 10 <div> 11 <span>a</span> <span>b</span> 12 </div>