Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / move-event-handler-between-framehosts-expected.txt
blob28a1f3964bf9246de7298cfe89b3240b211b5b21
1 This test checks that moving an element with an event handler from one window (FrameHost) to another properly migrates the handler too.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.internals.scrollEventHandlerCount(document) is 0
7 PASS window.internals.scrollEventHandlerCount(document) is 1
8 PASS successfullyParsed is true
10 TEST COMPLETE