4 <p id=
"description">Test passes if no crash.
</p>
6 if (window
.testRunner
) {
8 window
.testRunner
.dumpAsText();
11 var div
= document
.createElement('div');
12 div
.ontouchstart = function() { };
13 document
.body
.appendChild(div
);
14 window
.internals
.touchEventHandlerCount(document
);
15 div
.parentNode
.removeChild(div
);
17 if (window
.GCController
)
18 GCController
.collect();
19 window
.internals
.touchEventHandlerCount(document
);