WebCore/manual-tests/word-spacing-highlight.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
       
     2 "http://www.w3.org/TR/html4/loose.dtd">
       
     3 <html>
       
     4 <head>
       
     5 <title>Highlighting with word spacing</title>
       
     6 </head>
       
     7 <body>
       
     8 <p style="word-spacing:5em;">
       
     9 M xylophone
       
    10 </p>
       
    11 <p style="margin-left:1em;">
       
    12 &#x2191; click there and drag to the right
       
    13 </p>
       
    14 </body>
       
    15 </html>