Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 1022481-1.html
blobe9fe216a764e0ec1b5737d09cfd32b21875aefdf
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Simple generics test</title>
5 <meta charset="UTF-8">
6 <style>
8 body {
9 margin: 20px;
12 p {
13 margin: 0;
14 line-height: 1.2;
15 font-size: 25px;
18 </style>
20 </head>
21 <body>
22 <p>default font</p>
23 <p style="font-family: serif">serif</p>
24 <p style="font-family: sans-serif">sans-serif</p>
25 <p style="font-family: monospace">monospace</p>
26 <p style="font-family: -moz-fixed">-moz-fixed</p>
27 <p style="font-family: unknown, serif">unknown, serif</p>
28 <p style="font-family: unknown, sans-serif">unknown, sans-serif</p>
29 <p style="font-family: unknown, monospace">unknown, monospace</p>
30 <p style="font-family: unknown, -moz-fixed">unknown, -moz-fixed</p>
31 <p style="font-family: unknown, serif, monospace">unknown, serif, monospace</p>
32 <p style="font-family: unknown, sans-serif, -moz-fixed">unknown, sans-serif, -moz-fixed</p>
33 <p style="font-family: unknown, monospace, serif">unknown, monospace, serif</p>
34 <p style="font-family: unknown, -moz-fixed, sans-serif">unknown, -moz-fixed, sans-serif</p>
35 </body>
36 </html>