Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git] / layout / reftests / text / synthetic-bold-papyrus-01.html
blob1784fc7073f488c669914597467956188853d240
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Test</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
8 body {
9 margin: 50px;
10 font-size: 24px;
13 @font-face {
14 font-family: test;
15 src: local(Papyrus);
18 #test2 { font-family: test, serif; }
20 </style>
22 </head>
24 <body>
25 <p id="test2">Test for Papyrus font <b>within a bold tag</b>.</p>
26 </body>
28 </html>