repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git]
/
layout
/
reftests
/
text
/
synthetic-bold-papyrus-01.html
blob
1784fc7073f488c669914597467956188853d240
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<title>
Test
</title>
5
<meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=utf-8"
/>
6
7
<style
type
=
"text/css"
>
8
body
{
9
margin
:
50px
;
10
font-size
:
24px
;
11
}
12
13
@font-face
{
14
font-family
:
test
;
15
src
:
local
(
Papyrus
);
16
}
17
18
#test2
{
font-family
:
test
,
serif
; }
19
20
</style>
21
22
</head>
23
24
<body>
25
<p
id
=
"test2"
>
Test for Papyrus font
<b>
within a bold tag
</b>
.
</p>
26
</body>
27
28
</html>