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 |