OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 span { display:inline-block; width:1em; } | |
4 </style> | |
5 <p>Test that summary elements will always be blocks, even if attempted displayed as table-row, and | |
6 that a spanner splitting it doesn't have any ill effects.</p> | |
7 <p>Below you should see 'PASS' three times. Letter spacing will vary.</p> | |
8 <span>P</span><span>A</span><span>S</span><span>S</span><br> | |
9 PASS<br> | |
10 <span>P</span><span>A</span><span>S</span><span>S</span><br> | |
OLD | NEW |