Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / scroll-div-with-prevent-default-in-subframe-expected.txt
1 PASS
2  
3 This test does the following via EventSender:
4 1. Click and drag the div scrollbar to a middle point.
5 2. Click and drag again, this time down and to right, with the mouseup occurring in a parent frame.
6 3. Move the mouse back into the div with the scrollbar.
7 Per https://bugs.webkit.org/show_bug.cgi?id=73097, because the div with the scrollbar had a mousedown event that called preventDefault(), the mouse moves would not properly be handled by the scrollbar. We pass if the div's scrollTop property is the same after all 3 steps.