summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/pseudo-cache-stale-expected.html
blob: dd524d26fe50e4b6123e56cbda04ab423be700ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<style>
::-webkit-input-placeholder {
    color: green;
}
</style>
<body>
    <div>
        <span style="font-size: xx-large;">T</span>he first letter in this sentence should be larger than the rest.
    </div>
    <div id="first-line" style="font-size: xx-large;">
        This sentence should be extra-extra-large.
    </div>
    <input type="search" placeholder="This should be green">
</body>