зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1361631 - Reftest for vertical Mongolian with text-orientation:upright. r=xidorn
This commit is contained in:
Родитель
0cac41cef7
Коммит
e197f33c9a
Двоичный файл не отображается.
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset=utf-8>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/NotoSansMongolian-Regular.ttf);
|
||||
}
|
||||
div {
|
||||
writing-mode: vertical-lr;
|
||||
text-orientation: mixed;
|
||||
font-family: test;
|
||||
font-size: 32px;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset=utf-8>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/NotoSansMongolian-Regular.ttf);
|
||||
}
|
||||
div {
|
||||
writing-mode: vertical-lr;
|
||||
text-orientation: upright; /* should have no effect on Mongolian */
|
||||
font-family: test;
|
||||
font-size: 32px;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ
|
|
@ -178,6 +178,8 @@ fuzzy-if(gtkWidget,1,25) fuzzy-if(cocoaWidget,1,2) == 1302389-scrolled-rect-2b.h
|
|||
== 1302389-scrolled-rect-2c.html 1302389-scrolled-rect-2-ref.html
|
||||
fuzzy-if(Android,54,852) == 1302389-scrolled-rect-2d.html 1302389-scrolled-rect-2-ref.html
|
||||
|
||||
== 1361631-mongolian-upright-1.html 1361631-mongolian-upright-1-ref.html
|
||||
|
||||
# Suite of tests from Gérard Talbot in bug 1079151
|
||||
# Frequent Windows 7 load failed: timed out waiting for test to complete (waiting for onload scripts to complete), bug 1167155 and friends
|
||||
skip-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) include abspos/reftest.list
|
||||
|
|
Загрузка…
Ссылка в новой задаче