layout/reftests/text/wordwrap-02-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <!-- tests that Arabic characters shape across word breaks -->
michael@0 3 <html>
michael@0 4 <head>
michael@0 5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
michael@0 6 <style type="text/css">
michael@0 7 @font-face {
michael@0 8 font-family: dvm;
michael@0 9 src: url(../fonts/DejaVuSansMono.woff);
michael@0 10 }
michael@0 11 textarea {
michael@0 12 font-family: dvm;
michael@0 13 line-height: 1.5em;
michael@0 14 overflow: scroll;
michael@0 15 }
michael@0 16 </style>
michael@0 17 <title>Test Wordwrap</title>
michael@0 18 </head>
michael@0 19 <body>
michael@0 20 <textarea rows="10" cols="20" dir="rtl">ذهعقروبلجيكا،الموسوﻋ
michael@0 21 ﺔكل,تمبوابةاقتصاديةﻫ
michael@0 22 ﺬه.ضمنهاالروسوحرماﻧﺒ
michael@0 23 ﻠﻌﺪد,يكنجسيمةلإعادةلم
michael@0 24 .يكنوالحلفاءبالقناﺑﻠ
michael@0 25 ﻬﻮ,بحثخسائرالدفاعباﻟ
michael@0 26 ﻬﺠﻮمعن.فرنسيةمارشاﻟﺒ
michael@0 27 ﻴﻨﻴﺘﻮدحرثم,وصلبشريةا
michael@0 28 لرايخبالحربتم.</textarea>
michael@0 29 </body>
michael@0 30 </html>

mercurial