4 <title>Touch Adjustment: bug
82044</title>
5 <script src=
"../resources/js-test.js"></script>
6 <script src=
"resources/touchadjustment.js"></script>
8 #sandbox { position: absolute; left:
0px; top:
0px; width:
400px; height:
200px; }
9 #div1 { position: absolute; left:
50px; top:
50px; width:
200px; height:
50px;}
10 #div2 { position: absolute; left:
50px; top:
100px; width:
200px; height:
50px;}
15 <div id=div1 onclick=onClick
>
20 Some text.
<a id=a1
href=
"#1">A link
</a>
24 <p id='description'
></p>
25 <div id='console'
></div>
31 function testDirectTouches()
33 testTouchPoint(touchPoint(200, 90, 200), document
.getElementById('div1'));
38 if (window
.testRunner
&& window
.internals
&& internals
.touchNodeAdjustedToBestClickableNode
) {
39 description('Test touch-adjustment on a block where we also touch the inner text and outside link.');
41 document
.getElementById('sandbox').style
.display
= 'none';