Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / mouseclick-target-and-positioning-expected.txt
1 This page tests whether a click event propogates with the correct target and positioning. See rdar://problem/4477126.
2
3 click inside the red box:[]
4 PASS: event target should be [object HTMLSpanElement] and is
5 PASS: event.pageX should be 175 and is
6 PASS: event.pageY should be 105 and is
7 PASS: event.clientX should be 175 and is
8 PASS: event.clientY should be 105 and is
9 PASS: event.layerX should be 7 and is
10 PASS: event.layerY should be 5 and is
11 PASS: event.offsetX should be 7 and is
12 PASS: event.offsetY should be 5 and is
13 PASS: event.x should be 175 and is
14 PASS: event.y should be 105 and is