| Index: content/browser/renderer_host/input/touch_action_filter_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_action_filter_unittest.cc b/content/browser/renderer_host/input/touch_action_filter_unittest.cc
|
| index 7647a7914815df9c3940c7c63bd22aea5ea36356..a6d5dabc8637977f34a37ef57c94cac1d7894d4e 100644
|
| --- a/content/browser/renderer_host/input/touch_action_filter_unittest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_filter_unittest.cc
|
| @@ -423,6 +423,9 @@ TEST(TouchActionFilterTest, Pinch) {
|
| EXPECT_TRUE(filter.FilterGestureEvent(&pinch_begin));
|
| EXPECT_TRUE(filter.FilterGestureEvent(&pinch_update));
|
| EXPECT_TRUE(filter.FilterGestureEvent(&pinch_end));
|
| + EXPECT_TRUE(filter.FilterGestureEvent(&pinch_begin));
|
| + EXPECT_TRUE(filter.FilterGestureEvent(&pinch_update));
|
| + EXPECT_TRUE(filter.FilterGestureEvent(&pinch_end));
|
| EXPECT_TRUE(filter.FilterGestureEvent(&scroll_end));
|
|
|
| // Pinch is not allowed with touch-action: pan-x pan-y.
|
|
|