bug 603879 - reftest for opentype arabic shaping with @font-face. r=jdaggett a=blocking2.0

This commit is contained in:
Jonathan Kew 2010-11-20 17:49:12 +00:00
parent 31557129b0
commit b02f1db045
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/DejaVuSansMono.woff);
}
body {
font-family: test;
font-size: 60pt;
}
</style>
</head>
<body>
<p>Arabic: &#xFE8D;&#xFEDF;&#xFECC;&#xFEAE;&#xFE91;&#xFEF2;</p>
</body>
</html>

View File

@ -0,0 +1,17 @@
<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/DejaVuSansMono.woff);
}
body {
font-family: test;
font-size: 60pt;
}
</style>
</head>
<body>
<p>Arabic: &#x627;&#x644;&#x639;&#x631;&#x628;&#x64A;</p>
</body>
</html>

View File

@ -77,3 +77,5 @@ random HTTP(..) == 475092-pos.html 475092-sub.html # bug 482596
random-if(winWidget) HTTP(..) != kerning-01.html kerning-01-notref.html
# Test for bug 577380, support for AAT layout (on OS X only)
random-if(!cocoaWidget) == 577380.html 577380-ref.html
# Test for OpenType Arabic shaping support
HTTP(..) == arabic-shaping-1.html arabic-shaping-1-ref.html