Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / touch-target.html
blob50095ea87e0c78b55248eeccb8e77ec62bd3c910
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script src="../../../resources/js-test.js"></script>
5 <!--
6 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
7 should be written in an asynchronous fashion so they can be run on mobile platforms like Android.
8 You will need to invoke isSuccessfullyParsed() in your test script when the test completes.
9 -->
10 </head>
11 <body>
12 <p id="description"></p>
13 <div id="console"></div>
14 <script src="script-tests/touch-target.js"></script>
15 </body>
16 </html>