tkent@chromium.org | 41f0facd | 2011-11-28 09:37:08 +0000 | [diff] [blame] | 1 | <style> |
commit-queue@webkit.org | e75143b | 2016-06-14 22:09:33 +0000 | [diff] [blame] | 2 | ::placeholder { |
tkent@chromium.org | 41f0facd | 2011-11-28 09:37:08 +0000 | [diff] [blame] | 3 | color: green; |
| 4 | } |
| 5 | </style> |
| 6 | <body> |
| 7 | <div> |
| 8 | <span style="font-size: xx-large;">T</span>he first letter in this sentence should be larger than the rest. |
| 9 | </div> |
| 10 | <div id="first-line" style="font-size: xx-large;"> |
| 11 | This sentence should be extra-extra-large. |
| 12 | </div> |
antti@apple.com | 07132b1 | 2016-11-28 15:58:35 +0000 | [diff] [blame] | 13 | <div id="first-line" style="font-size: xx-large;"> |
| 14 | This sentence should be extra-extra-large too. |
| 15 | </div> |
tkent@chromium.org | 41f0facd | 2011-11-28 09:37:08 +0000 | [diff] [blame] | 16 | <input type="search" placeholder="This should be green"> |
| 17 | </body> |