<!DOCTYPE html> | |
<style> | |
.ref span { display:inline-block; width:1em; } | |
</style> | |
<p>Test insertion of a spanner after column content.</p> | |
<p>There should be two lines below with the word "PASS". Letter spacing is expected to | |
vary. The first word should be in <span style="color:blue;">blue</span>. The second one | |
in <span style="color:olive;">olive</span>.</p> | |
<div class="ref" style="color:blue;"> | |
<span>P</span><span>A</span><span>S</span><span>S</span> | |
</div> | |
<div style="color:olive;">PASS</div> |