13 <img id='star' src='' alt='
★'
/>
15 if (window
.testRunner
) {
16 testRunner
.waitUntilDone();
17 var star
= document
.getElementById('star');
18 eventSender
.mouseMoveTo(star
.offsetLeft
+ 2, star
.offsetTop
+ 2);
19 window
.requestAnimationFrame(function() {
20 testRunner
.notifyDone();