Index: trunk/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
=================================================================== |
--- trunk/LayoutTests/fast/events/touch/touch-action-touch-handlers.html (revision 177995) |
+++ trunk/LayoutTests/fast/events/touch/touch-action-touch-handlers.html (working copy) |
@@ -98,7 +98,7 @@ |
nestedDocument.open('text/html', 'replace'); |
nestedDocument.write("<!DOCTYPE html>\n<div style='touch-action: none'></div>"); |
window.internals.forceCompositingUpdate(document); |
- shouldBe("getTouchHandlerCount(nestedDocument)", "2"); |
+ shouldBe("getTouchHandlerCount(nestedDocument)", "1"); |
shouldBe("getTouchHandlerCount(document)", "2"); |
} |
</script> |