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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-frame-removed-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-removed-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-removed-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-removed-expected.txt
index 6e7049ae03ded181e24053ee9fd8b4d4b3600d0a..8fc0538f35311b03d94ca547257078c54bfc7373 100644
--- a/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-removed-expected.txt
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-frame-removed-expected.txt
@@ -1,14 +1,33 @@
+
Verifies that a tap occuring on an iframe that gets removed during tap handling doesn't cause a crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Sending GestureTapDown
-Sending GestureShowPress
+Test case: Remove during mousemove
+Sending GestureTap
+Received mousemove in child frame
+Removing iframe
+PASS document.getElementById('target') is null
+iframe loaded
+
+Test case: Remove during mousedown
+Sending GestureTap
+Received mousemove in child frame
+Received mousedown in child frame
+Removing iframe
+PASS document.getElementById('target') is null
+iframe loaded
+
+Test case: Remove during mouseup
Sending GestureTap
Received mousemove in child frame
+Received mousedown in child frame
+Received mouseup in child frame
Removing iframe
PASS document.getElementById('target') is null
+iframe loaded
+
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698