diff options
Diffstat (limited to 'LayoutTests/fast/events/touch/touch-stale-node-crash.html')
-rw-r--r-- | LayoutTests/fast/events/touch/touch-stale-node-crash.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/LayoutTests/fast/events/touch/touch-stale-node-crash.html b/LayoutTests/fast/events/touch/touch-stale-node-crash.html new file mode 100644 index 0000000..5e1c65a --- /dev/null +++ b/LayoutTests/fast/events/touch/touch-stale-node-crash.html @@ -0,0 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> +<head> +<link rel="stylesheet" href="../../js/resources/js-test-style.css"> +<script src="../../js/resources/js-test-pre.js"></script> +<script src="../../js/resources/js-test-post-function.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> |