This commit is contained in:
Christoph Diehl 2015-11-24 20:04:04 +01:00
Родитель ac6d02817c
Коммит dc4cfa8aad
3 изменённых файлов: 23 добавлений и 0 удалений

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

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<style>
@font-face{
font-family:t; src:url(805760.ttf);
}
p.t{
font-size:40px;
font-family:t;
}
span.t {
font-size:10px;
font-family:t;
}
</style>
</head>
<body>
<p class="t">Lorem ipsum</p>
<span class="t">Lorem ipsum</span>
</body></html>

Двоичные данные
gfx/tests/crashtests/805760.ttf Normal file

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

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

@ -112,6 +112,7 @@ load 783041-2.html
load 783041-3.html
load 783041-4.html
load 798853.html # bug 868792
load 805760-1.html
skip-if(Android||B2G) load 815489.html # bug 871763, 1216304
load 836225-1.html
load 839745-1.html