blob: d3e4f830f2045ddbe2fb384d02ae71bf190a5ddf [file] [log] [blame]
tkent@chromium.org41f0facd2011-11-28 09:37:08 +00001<style>
commit-queue@webkit.orge75143b2016-06-14 22:09:33 +00002::placeholder {
tkent@chromium.org41f0facd2011-11-28 09:37:08 +00003 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.com07132b12016-11-28 15:58:35 +000013 <div id="first-line" style="font-size: xx-large;">
14 This sentence should be extra-extra-large too.
15 </div>
tkent@chromium.org41f0facd2011-11-28 09:37:08 +000016 <input type="search" placeholder="This should be green">
17</body>