Index: LayoutTests/fast/events/touch/touch-handler-count-expected.txt |
=================================================================== |
--- LayoutTests/fast/events/touch/touch-handler-count-expected.txt (revision 138189) |
+++ LayoutTests/fast/events/touch/touch-handler-count-expected.txt (working copy) |
@@ -71,4 +71,8 @@ |
PASS window.internals.touchEventHandlerCount(document) is 2 |
PASS window.internals.touchEventHandlerCount(document) is 2 |
PASS window.internals.touchEventHandlerCount(document) is 0 |
+Test that nested Documents' touch handlers are properly removed from their parent Document. |
+PASS window.internals.touchEventHandlerCount(document) is 0 |
+PASS window.internals.touchEventHandlerCount(document) is 1 |
+PASS window.internals.touchEventHandlerCount(document) is 0 |