Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / first-letter / 399941-3-ref.html
blob101724ad976c0aa2fb6485c3cea12b94a92c4f5c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Test case for bug 399941.html</title>
6 <style type="text/css">
7 span.fake-first-letter {
8 color: lime;
9 background-color: olive;
11 </style>
12 </head>
13 <body>
14 <!-- Test non-ASCII punctuation -->
15 <p><span class="fake-first-letter">¿C</span>ómo está usted?</p>
16 </body>
17 </html>