1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/wordbreak-9-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.8 + <style type="text/css"> 1.9 + @font-face { 1.10 + font-family: latin; 1.11 + src: url("../fonts/sil/GenR102.ttf"); 1.12 + } 1.13 + @font-face { 1.14 + font-family: arabic; 1.15 + src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf"); 1.16 + } 1.17 + body { 1.18 + font-family: latin, arabic, sans-serif; 1.19 + font-size: 24px; 1.20 + line-height: 2em; 1.21 + } 1.22 + </style> 1.23 + <title>Test - word-break:break-all across font fallback</title> 1.24 + </head> 1.25 + <body> 1.26 + <!-- the arabic diacritics here will fall back to font 'arabic', which 1.27 + is a graphite-enabled arabic font, and be shaped separately; 1.28 + nevertheless, they must remain clustered with the preceding letters, 1.29 + no additional line-breaks are allowed before them (bug 833297) --> 1.30 + <div>f<br>oٌ<br>oِ<br>b<br>aٔ<br>r</div> 1.31 + </body> 1.32 +</html>