| Index: trunk/LayoutTests/fast/events/touch/touch-handler-count-expected.txt
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/events/touch/touch-handler-count-expected.txt (revision 177995)
|
| +++ trunk/LayoutTests/fast/events/touch/touch-handler-count-expected.txt (working copy)
|
| @@ -78,14 +78,14 @@
|
| PASS window.internals.touchEventHandlerCount(document) is 0
|
| Test that nested Documents' touch handlers are properly tracked in their parent Document.
|
| PASS window.internals.touchEventHandlerCount(document) is 1
|
| -PASS window.internals.touchEventHandlerCount(nestedDocument) is 4
|
| -PASS window.internals.touchEventHandlerCount(document) is 4
|
| PASS window.internals.touchEventHandlerCount(nestedDocument) is 3
|
| -PASS window.internals.touchEventHandlerCount(document) is 3
|
| -PASS window.internals.touchEventHandlerCount(nestedDocument) is 4
|
| -PASS window.internals.touchEventHandlerCount(document) is 4
|
| +PASS window.internals.touchEventHandlerCount(document) is 2
|
| PASS window.internals.touchEventHandlerCount(nestedDocument) is 2
|
| PASS window.internals.touchEventHandlerCount(document) is 2
|
| +PASS window.internals.touchEventHandlerCount(nestedDocument) is 3
|
| +PASS window.internals.touchEventHandlerCount(document) is 2
|
| +PASS window.internals.touchEventHandlerCount(nestedDocument) is 1
|
| +PASS window.internals.touchEventHandlerCount(document) is 2
|
| PASS window.internals.touchEventHandlerCount(document) is 1
|
| PASS successfullyParsed is true
|
|
|
|
|