2 <body onload=
"startTest()">
7 -webkit-appearance: none;
10 <input type=
"search" id=
"testField" value=
"Shaking!">
13 function startTest() {
14 document
.getElementById('testField').offsetTop
;
15 document
.getElementById('testField').style
.width
= '200px';
16 if (window
.testRunner
)
17 testRunner
.notifyDone();
20 if (window
.testRunner
)
21 testRunner
.waitUntilDone();