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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/touch/gesture/gesture-tap-paragraph-end-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-paragraph-end-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-paragraph-end-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..12fd325db33b651857a96af4c13308acd025f305
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-paragraph-end-expected.txt
@@ -0,0 +1,29 @@
+Tap to the
+right:
+
+Verifies that tapping in the whitespace at the end of a paragraph sends mouse events properly to the paragraph node (even though there are no text line boxes here). http://crbug.com/398205
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS point.x is > span.getBoundingClientRect().right
+PASS document.elementFromPoint(point.x, point.y).id is "target"
+Sending GestureTapDown
+Sending GestureShowPress
+Sending GestureTap
+Received mousemove on target
+PASS event.target.id is "target"
+PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
+Received mousedown on target
+PASS event.target.id is "target"
+PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
+Received mouseup on target
+PASS event.target.id is "target"
+PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
+Received click on target
+PASS event.target.id is "target"
+PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698