Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / resources / drag-inside-nested-iframes3.html
blob01bf64581593a5631536e5e035b3e66e5486c335
1 <html>
2 <body onload="top.runTest()">
3 <div id='mydiv' draggable='true' ondragstart='drag(event)' style='width:100px;height:100px;position:absolute;top:0px; left:0px; background-color:blue;'>
4 Drag me</div>
5 <script type='text/javascript'>
6 function drag(event) {
7 top.onDragStart();
9 </script>
10 </body>
11 </html>