Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / dispatch-to-function-with-handle-event-expected.txt
blob380fbbfd3b3152fd9858174eba1385f7b4382988
1 When the listener passed to addEventListener() is a function, it should be called when the event occurs. The listener function should not be tested for adherence to the EventListener interface and have its handleEvent() method called if present.
3 PASS The listener function should have been called to handle the event.
4 PASS successfullyParsed is true
6 TEST COMPLETE