Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / resources / gesture-tap-mouse-events-between-frames-iframe4.html
blobb664e00e07ce860c8a18ab644760017370cd9b90
1 <!DOCTYPE HTML>
2 <style>
3 body { margin: 0px; }
4 div.box { padding: 40px; height: 160px; }
5 #pink { background-color: pink; }
6 iframe { margin: 0px; border: 0px; width: 160px; height: 160px; }
7 </style>
8 <div class="box" id="pink"><iframe src='gesture-tap-mouse-events-between-frames-iframe5.html' id='frameE'></iframe></div>