Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / first-line / font-styles-ref.html
blobd68b28a1d0546792fb0b901829fdae98559a5e9d
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Simple first-line test</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
9 body {
10 margin: 20px;
11 font-family: serif;
12 font-size: 200%;
13 line-height: 1.5;
14 width: 400px;
17 span.sansserif {
18 font-family: sans-serif;
21 .floatright {
22 float: right;
25 </style>
27 </head>
28 <body><div><span class="sansserif">sans-serif</span><br>serif <strong>bold serif <em>italic</em></strong><em><br>just italic<span class="floatright">italic too</span></em></div></body>
29 </html>