Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / hindi-whitespace.html
blob1ef4a2e253d40b59cb6622a6484561ff7c1fc73d
1 <html>
2 <head>
3 <title>HTML 4.01/CSS 2.1 Test: white-space (for complex text)</title>
4 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-prop" title="16.6 Whitespace: the 'white-space' property">
5 </head>
6 <body>
7 <p>This HTML tests if the 'while-space' property controls the behavors of line-break characters (U+000A and U+000D) in a complex text (Hindi).</p>
8 <p>If this test succeeds, you can see this Hindi word "&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;" repeated three times separated by a space in the first two
9 paragraphs. In the third paragraphs, it'll be shown three times in separate lines.</p>
10 <p style="white-space: normal;">1. &#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;&#x0A;&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;&#x0D;&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;</p>
11 <p style="white-space: nowrap;">2. &#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;&#x0A;&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;&#x0D;&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;</p>
12 <p style="white-space: pre;">3.&#x0A;&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;&#x0A;&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;&#x0D;&#x935;&#x93F;&#x937;&#x92F;&#x94B;&#x902;</p>
13 </body>
14 </html>