Fix overflow:hidden test with incorrect synthetic bolding
This test expects the first Ahem blocked to be clipped and not showing
any red from the second block, but uses tags as a shortcut for
spans. The second block's emboldened first glyph becomes - correctly -
visible and overpaints the last bit of the first block.
Fix by using a named id for the main style and switching from tags
to spans.