Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / first-letter / 399941-6.html
blob39cc9ef39fae8a6a88a42a5ee8349fa27b2b682a
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 p:first-letter {
8 color: lime;
9 background-color: olive;
11 </style>
12 </head>
13 <body>
14 <!-- :first-letter applies to digits (and following punctuation) -->
15 <p>2,000 miles</p>
16 </body>
17 </html>