bug 550163 - part 8 - use @font-face to ensure we have a font with the fi ligature in reftest 385569. r=roc

This commit is contained in:
Jonathan Kew 2010-03-08 10:10:50 +00:00
Родитель 96356fc45c
Коммит 2da4b55ccf
4 изменённых файлов: 32 добавлений и 2 удалений

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

@ -1,5 +1,15 @@
<html>
<head>
<style>
/* explicitly load a font that supports the "fi" ligature */
@font-face {
font-family: test;
src: url(../fonts/mplus/mplus-1p-regular.ttf);
}
body {
font-family: test, serif;
}
</style>
</head>
<body>

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

@ -1,5 +1,15 @@
<html>
<head>
<style>
/* explicitly load a font that supports the "fi" ligature */
@font-face {
font-family: test;
src: url(../fonts/mplus/mplus-1p-regular.ttf);
}
body {
font-family: test, serif;
}
</style>
<script>
function m()
{

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

@ -1,5 +1,15 @@
<html>
<head>
<style>
/* explicitly load a font that supports the "fi" ligature */
@font-face {
font-family: test;
src: url(../fonts/mplus/mplus-1p-regular.ttf);
}
body {
font-family: test, serif;
}
</style>
<script>
function m()
{

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

@ -682,8 +682,8 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 384762-1.html about:blank
== 384876-1.html 384876-1-ref.html
== 385533-1.html about:blank # assertion test
== 385569-1a.html 385569-1-ref.html
== 385569-1b.html 385569-1-ref.html
HTTP(..) == 385569-1a.html 385569-1-ref.html
HTTP(..) == 385569-1b.html 385569-1-ref.html
== 385607-1.html 385607-1-ref.html
== 385823-1.html 385823-1-ref.html
== 385823-2a.html 385823-2-ref.html