Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 392435-1-ref.html
blob87669f50345494a0cdc78787913f8d24c7cc5740
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 span {
6 font-weight:bold;
7 font-style: italic;
8 font-size: 200%;
9 font-variant: small-caps;
10 font-family: sans-serif;
11 color:red;
13 span.line {
14 background: yellow;
15 text-decoration: line-through;
17 </style>
18 </head>
19 <body>
20 <p><span>H</span>ello
21 <div><span class="line">Hello</span><br>Kitty</div>
22 </body>
23 </html>