Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / tap-gesture-in-iframe-with-tap-highlight-crash.html
blob403c303b3344c4563620645945ae0123ef80a3c5
1 <html>
2 <body>
3 <p>This test verifies that touch gesture on an iframe does not crash when tap highlighting is on.</p>
4 <p style='color:green'>Tapping on the iframe should not crash.</p>
5 <iframe src='data:text/html,
6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7 <html>
8 <body style="margin: 0px;"></body>
9 </html>'>
10 </iframe>
11 </body>
12 </html>