| 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 f200c4f1f5bcc525ab78633d5826052c024866a7..115d083ec1be9b4b39984a596265eab173acbf17 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.
|
|
|