Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Testing first-letter handling of font/text styles</title> |
michael@0 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
michael@0 | 6 | |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | html { overflow: hidden; } |
michael@0 | 9 | body { |
michael@0 | 10 | margin: 1em; |
michael@0 | 11 | font-size: 25px; |
michael@0 | 12 | line-height: 1.2em; |
michael@0 | 13 | font-family: serif; |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | div { width: 200px; } |
michael@0 | 17 | p { width: 0.5em; margin: 0; } |
michael@0 | 18 | span.bold { font-weight: bold; } |
michael@0 | 19 | span.bolditalic { font-weight: bold; font-style: italic; } |
michael@0 | 20 | span.floater { float: left; } |
michael@0 | 21 | span.sans { font-family: sans-serif; } |
michael@0 | 22 | </style> |
michael@0 | 23 | |
michael@0 | 24 | </head> |
michael@0 | 25 | <body> |
michael@0 | 26 | <div> |
michael@0 | 27 | <p><span class="bold">Y</span>ellow corndog</p> |
michael@0 | 28 | <p><span class="bolditalic">h</span>IPPIE BANANA</p> |
michael@0 | 29 | <p><span class="floater"><span class="sans">G</span>onzo macadamia</span></p> |
michael@0 | 30 | <p><span class="bolditalic">f</span>ELICITOUS <span class="bold">R</span>aspberry</p> |
michael@0 | 31 | </div> |
michael@0 | 32 | </body> |
michael@0 | 33 | </html> |