1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
5 // A position that hits "clickMe" link.
11 alert("SUCCESS -- the link was clicked");
12 return false; // Prevent default.
17 if (window
.testRunner
) {
18 eventSender
.mouseMoveTo(X
, Y
);
19 eventSender
.mouseDown();
20 eventSender
.mouseUp();
24 <title>Frames Test
</title>
25 <style type=
"text/css">
35 <body onload=
"runTest()">
36 <a id=
"clickMe" href=
"#" onclick=
"return onLinkClick()">Click Here
</a>