Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bidi-linebreak-001.html
blob1cb81bfc8c726fa09f22dfe2bf336bd8ad05ef63
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>HTML 4.01/CSS 2.1 Test: white-space (for complex text)</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-prop" title="16.6 Whitespace: the 'white-space' property">
7 </head>
8 <body>
9 <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.</p>
10 <p>If this test succeeds, you can see three words "&#x05E9;&#x05D5;&#x05BC;&#x05E8;&#x05D4;", separated with line-break.</p>
11 <p style="white-space: pre;">&#x05E9;&#x05D5;&#x05BC;&#x05E8;&#x05D4;&#x000A;&#x05E9;&#x05D5;&#x05BC;&#x05E8;&#x05D4;&#x000D;&#x05E9;&#x05D5;&#x05BC;&#x05E8;&#x05D4;</p>
12 </body>
13 </html>