1 <body style=
"height: 2000px;">
2 <div style=
"height: 150px;">
3 <div style=
"position: relative; top: 50px;">
4 <div id=
"target" onclick=
"fail()" style=
"float: left; background-color: rgba(0, 0, 0, 0.5); width: 100px; height: 100px;"></div>
7 <script>document
.body
.offsetTop
;</script>
12 document
.getElementById("target").style
.backgroundColor
= "red";
15 if (window
.testRunner
) {
16 eventSender
.mouseMoveTo(25, 25);
17 eventSender
.mouseDown();
18 eventSender
.mouseUp();