Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-paragraph-end-expected.txt

Issue 429793004: Re-add extra hit-tests on GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix patch Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tap to the
2 right:
3
4 Verifies that tapping in the whitespace at the end of a paragraph sends mouse ev ents properly to the paragraph node (even though there are no text line boxes he re). http://crbug.com/398205
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7
8
9 PASS point.x is > span.getBoundingClientRect().right
10 PASS document.elementFromPoint(point.x, point.y).id is "target"
11 Sending GestureTapDown
12 Sending GestureShowPress
13 Sending GestureTap
14 Received mousemove on target
15 PASS event.target.id is "target"
16 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
17 Received mousedown on target
18 PASS event.target.id is "target"
19 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
20 Received mouseup on target
21 PASS event.target.id is "target"
22 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
23 Received click on target
24 PASS event.target.id is "target"
25 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698