3 <div style=
"position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; cursor: help;">
4 <img id=
"image" height=
"100" width=
"100" src=
"" usemap=
"#map">
5 <map name=
"map"><area shape=
"poly" coords=
"0,0,0,100,100,100,100,0" href=
"javascript:void(document.getElementById('result').innerHTML='PASS: Area clicked.')"></map>
7 <p>crbug.com/
517339: Image maps not displaying hand pointer when hovering over them.
</p>
9 window
.jsTestIsAsync
= true;
11 <script src=
"../../resources/js-test.js"></script>
13 if (window
.testRunner
) {
14 eventSender
.mouseMoveTo(50, 50);
16 debug('Cursor Info: ' + window
.internals
.getCurrentCursorInfo());