| Index: Source/core/frame/RootFrameViewportTest.cpp
|
| diff --git a/Source/core/frame/RootFrameViewportTest.cpp b/Source/core/frame/RootFrameViewportTest.cpp
|
| index ca9271ff5ba418a490e51600e3b1490ce04cac7e..6b33435751742048d37b518a728b5c0e2e1454ea 100644
|
| --- a/Source/core/frame/RootFrameViewportTest.cpp
|
| +++ b/Source/core/frame/RootFrameViewportTest.cpp
|
| @@ -495,8 +495,8 @@ TEST_F(RootFrameViewportTest, BasicWheelEvent)
|
| EXPECT_TRUE(result.didScroll());
|
| EXPECT_POINT_EQ(DoublePoint(50, 50), visualViewport.scrollPositionDouble());
|
| EXPECT_POINT_EQ(DoublePoint(100, 200), layoutViewport.scrollPositionDouble());
|
| - EXPECT_EQ(-350, result.unusedScrollDeltaX);
|
| - EXPECT_EQ(-250, result.unusedScrollDeltaY);
|
| + EXPECT_EQ(350, result.unusedScrollDeltaX);
|
| + EXPECT_EQ(250, result.unusedScrollDeltaY);
|
| }
|
|
|
| } // namespace blink
|
|
|