Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / touch-action-touch-handlers.html
index 011534b..bf73a96 100644 (file)
@@ -98,7 +98,7 @@ function runTests() {
     nestedDocument.open('text/html', 'replace');
     nestedDocument.write("<!DOCTYPE html>\n<div style='touch-action: none'></div>");
     window.internals.forceCompositingUpdate(document);
-    shouldBe("getTouchHandlerCount(nestedDocument)", "1");
+    shouldBe("getTouchHandlerCount(nestedDocument)", "2");
     shouldBe("getTouchHandlerCount(document)", "2");
 }
 </script>