Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / pseudo-cache-stale-expected.html
blobdd524d26fe50e4b6123e56cbda04ab423be700ec
1 <style>
2 ::-webkit-input-placeholder {
3 color: green;
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>
13 <input type="search" placeholder="This should be green">
14 </body>