blob: b73b7784a714aec821e689ca531b6a87bbd1a376 [file] [log] [blame]
PASS window.internals.touchEventHandlerCount(document) is 1
PASS window.internals.touchEventHandlerCount(document) is 0
PASS successfullyParsed is true
TEST COMPLETE
This test ensures that we don't imbalance the touch event handler count if a plugin requests touch events more than once. The test passes if there are no touch event listeners after the plugin is removed, and there is no crash. Must be run in DRT.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".