Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / re-request-touch-events-crash-expected.txt
blobb73b7784a714aec821e689ca531b6a87bbd1a376
1 PASS window.internals.touchEventHandlerCount(document) is 1
2 PASS window.internals.touchEventHandlerCount(document) is 0
3 PASS successfullyParsed is true
5 TEST COMPLETE
6 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.
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".