chromium/third_party/blink/web_tests/plugins/re-request-touch-events-crash-expected.txt

PASS internals.touchStartOrMoveEventHandlerCount(document) is 1
PASS internals.touchStartOrMoveEventHandlerCount(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".