layout/reftests/text/wordbreak-9-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
michael@0 5 <style type="text/css">
michael@0 6 @font-face {
michael@0 7 font-family: latin;
michael@0 8 src: url("../fonts/sil/GenR102.ttf");
michael@0 9 }
michael@0 10 @font-face {
michael@0 11 font-family: arabic;
michael@0 12 src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf");
michael@0 13 }
michael@0 14 body {
michael@0 15 font-family: latin, arabic, sans-serif;
michael@0 16 font-size: 24px;
michael@0 17 line-height: 2em;
michael@0 18 }
michael@0 19 </style>
michael@0 20 <title>Test - word-break:break-all across font fallback</title>
michael@0 21 </head>
michael@0 22 <body>
michael@0 23 <!-- the arabic diacritics here will fall back to font 'arabic', which
michael@0 24 is a graphite-enabled arabic font, and be shaped separately;
michael@0 25 nevertheless, they must remain clustered with the preceding letters,
michael@0 26 no additional line-breaks are allowed before them (bug 833297) -->
michael@0 27 <div>f<br>o&#x064c;<br>o&#x0650;<br>b<br>a&#x0654;<br>r</div>
michael@0 28 </body>
michael@0 29 </html>

mercurial