Bug 1361631 - Reftest for vertical Mongolian with text-orientation:upright. r=xidorn

This commit is contained in:
Jonathan Kew 2017-10-20 11:20:18 +01:00
Родитель 0cac41cef7
Коммит e197f33c9a
4 изменённых файлов: 34 добавлений и 0 удалений

Двоичные данные
layout/reftests/fonts/NotoSansMongolian-Regular.ttf Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -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