| Index: LayoutTests/fast/events/touch/touch-action-touch-handlers.html
|
| diff --git a/LayoutTests/fast/events/touch/touch-action-touch-handlers.html b/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
|
| index 011534b29fb7830b81b85aa04fce8878aa8808f7..bf73a969d15d61707f95d2cd099012d8951f84a2 100644
|
| --- a/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
|
| +++ b/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
|
| @@ -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>
|
|
|