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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt

Issue 466143005: Fix crash on GestureTap in Node::commonAncestor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix comment typo 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..180ec33759bfdb07a2823cee75c78db4a5a9709b
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar-expected.txt
@@ -0,0 +1,32 @@
+
+Taps at a point that becomes a scrollbar (i.e. hit test with innerNode=null) during the tap and verifies we don't crash.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Test case: Tap on consistent scrollbar
+Sending GestureTap
+
+Test case: Add scrollbars during mousemove
+Sending GestureTap
+Received mousemove in child frame
+Adding scrollbars to iframe
+
+Test case: Add scrollbars during mousedown
+Sending GestureTap
+Received mousemove in child frame
+Received mousedown in child frame
+Adding scrollbars to iframe
+
+Test case: Add scrollbars during mouseup
+Sending GestureTap
+Received mousemove in child frame
+Received mousedown in child frame
+Received mouseup in child frame
+Adding scrollbars to iframe
+Received click in child frame
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/gesture-tap-frame-scrollbar.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698