Test properties 'letter-spacing' and 'word-spacing'

The first three lines test property 'letter-spacing', with values 0, -1 and .3em respectively.

The next three lines test property 'word-spacing', with values 0, -3 and 3em respectively.

Run the test. No interaction required.

This test is passed if:

$RCSfile: text-spacing-01-b.svg,v $ letter-spacing:0 letter-spacing:-1 letter-spacing:.3 ws:0 - Two Words ws:-3 - Two Words ws:3 - Two Words $Revision: 1.6 $