Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / dispatch-event-being-dispatched-expected.txt
blob40f07d6e87c4ef3458eeb844679a8e40a249277e
1 Tests that dispatchEvent raises DISPATCH_REQUEST_ERR if the event being dispatched is already being dispatched.
3 PASS should have got DISPATCH_REQUEST_ERR EventException
4 PASS redispatchCustom.wasInvoked is true
5 PASS should have got DISPATCH_REQUEST_ERR EventException
6 PASS checkCustom.wasInvoked is true
7 PASS should have got DISPATCH_REQUEST_ERR EventException
8 PASS successfullyParsed is true
10 TEST COMPLETE