2 This test passes if it does not crash.
5 var clientRect
= document
.getElementById("innerDiv").getBoundingClientRect();
6 x
= (clientRect
.left
+ clientRect
.right
) / 2;
7 y
= (clientRect
.top
+ clientRect
.bottom
) / 2;
9 eventSender
.gestureShowPress(x
, y
);
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
15 <body onload=runTest()
style=
"margin:0; overflow:-webkit-paged-x;">
16 <div id=
"outerDiv" style=
"cursor: pointer">
17 <div id=
"innerDiv" style=
"padding: 15px">