bug 686190 - crashtest. r=jdaggett

--HG--
rename : layout/reftests/fonts/Prototype.ttf => gfx/tests/crashtests/Prototype.ttf
This commit is contained in:
Jonathan Kew 2011-09-12 21:49:37 +01:00
Родитель 911973d7e1
Коммит a91e81a677
3 изменённых файлов: 19 добавлений и 0 удалений

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

@ -0,0 +1,18 @@
<!DOCTYPE html>
<head>
<style type="text/css">
@font-face {
font-family: foo;
src: url(Prototype.ttf);
}
body {
font-family: foo;
font-size: 2000px;
font-weight: 900;
}
</style>
</head>
<body>
xyzzy
</body>
</html>

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

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

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

@ -84,3 +84,4 @@ load 594654-1.xhtml
load 595727-1.html
load 633453-1.html
load 633322-1.html
load 686190-1.html