Bug 1910842 - fix non-scaling-stroke when outer svg element has a CSS transform r...
[gecko.git] / layout / reftests / font-face / local-1-ref.html
blob7304b52655875cbb99e6339f3a82577c503241b3
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <title>test src: local() reference</title>
7 <style type="text/css">
8 body {
9 font-family: Nimbus Sans L, Helvetica, Bitstream Vera Sans,
10 Arial, Liberation Sans, SwissA,
11 Fira Sans OT, Fira Sans, Droid Sans, Roboto, serif;
13 </style>
14 </head>
15 <body>
16 <p style="font-weight: normal;">
17 The quick brown fox jumped over the lazy dog
18 </p>
19 <p style="font-weight: bold;">
20 The quick brown fox jumped over the lazy dog
21 </p>
22 </body>
23 </html>