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