Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t1604-c541-word-sp-01-b-a.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: word-spacing</title>
5   <style type="text/css">
6    div { font: 24px/1 Ahem; width: 12em; background: yellow; color: aqua; margin: 0 0 0 2em; }
7    .eight {word-spacing: 24px;}
8    .nine {word-spacing: normal;}
9    .ten {word-spacing: 300%;}
10    .eleven {word-spacing: -1em;}
11   </style>
12   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" title="16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties">
13  </head>
14  <body>
15   <p>There should be a stripy pattern of yellow and aqua below (each vertical stripe should be straight and unbroken).</p>
16   <div class="test">x  x  xx xx</div>
17   <div class="test">x  x  xx xx</div>
18   <div class="test">x  x  xx xx</div>
19   <div class="eight"> x x <span class="nine">xx xx</span> </div>
20   <div class="ten"> x  x  xx xx </div>
21   <div class="eleven"> x   x   xx  xx </div>
22  </body>
23 </html>