Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / resources / touch-handler-iframe-unload-assert-frame.html
1 <!DOCTYPE html>
2 <script>
3   window.ontouchstart = function() {};
4
5   window.onunload = function() {
6     window.ontouchstart = undefined;
7   }
8 </script>