зеркало из https://github.com/mozilla/gecko-dev.git
bug 603879 - reftest for opentype arabic shaping with @font-face. r=jdaggett a=blocking2.0
This commit is contained in:
Родитель
31557129b0
Коммит
b02f1db045
|
@ -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: ﺍﻟﻌﺮﺑﻲ</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -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: العربي</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -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
|
random-if(winWidget) HTTP(..) != kerning-01.html kerning-01-notref.html
|
||||||
# Test for bug 577380, support for AAT layout (on OS X only)
|
# Test for bug 577380, support for AAT layout (on OS X only)
|
||||||
random-if(!cocoaWidget) == 577380.html 577380-ref.html
|
random-if(!cocoaWidget) == 577380.html 577380-ref.html
|
||||||
|
# Test for OpenType Arabic shaping support
|
||||||
|
HTTP(..) == arabic-shaping-1.html arabic-shaping-1-ref.html
|
||||||
|
|
Загрузка…
Ссылка в новой задаче