haikuwebkit/LayoutTests/fast/events/touch/touch-stale-node-crash.html

13 lines
327 B
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div style="background-color:red;height:100px;width:100px;"></div>
<div id="console"></div>
<script src="resources/touch-stale-node-crash.js"></script>
</body>
</html>