blob: a57f345b2dc5fcdb2b6ebe54e87af65af8f33e47 [file] [log] [blame]
<!DOCTYPE html>
<style>
.ref span { display:inline-block; width:1em; }
</style>
<p>Test insertion of a spanner before 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 style="color:blue;">PASS</div>
<div class="ref" style="color:olive;">
<span>P</span><span>A</span><span>S</span><span>S</span>
</div>