summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/search/search-shaking-text-expected.html
blob: 86e64b60fa44847a87a6a6bccc16d6448fc90fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE>
<body>
<style>
#testField {
    width: 200px;
    height: 30px;
    -webkit-appearance: none;
}
</style>
<input type="search" id="testField" value="Shaking!">
</body>