Chromium Code Reviews| 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"); |
|
Rick Byers
2014/06/19 17:10:36
why this change? I'd expect 1.
Sami
2014/06/27 17:58:51
Both documents now point to the same (global) regi
Rick Byers
2014/06/27 21:36:51
Ah, of course - thanks.
|
| shouldBe("getTouchHandlerCount(document)", "2"); |
| } |
| </script> |