Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp |
index 3e54d0fa694925fbc891fc0633a986c0d2fd1979..9e8e56df0d44e67c93693ee0094ccbf75677ff18 100644 |
--- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp |
@@ -311,7 +311,7 @@ TEST_P(ParameterizedVisualViewportTest, TestResizeAfterVerticalScroll) |
*/ |
- // Disable the test on Mac OSX until futher investigation. |
+ // Disable the test on Mac OSX until further investigation. |
// Local build on Mac is OK but thes bot fails. |
#if OS(MACOSX) |
return; |
@@ -379,7 +379,7 @@ TEST_P(ParameterizedVisualViewportTest, TestResizeAfterHorizontalScroll) |
*/ |
- // Disable the test on Mac OSX until futher investigation. |
+ // Disable the test on Mac OSX until further investigation. |
// Local build on Mac is OK but thes bot fails. |
#if OS(MACOSX) |
return; |
@@ -1236,7 +1236,7 @@ TEST_F(VisualViewportTest, TestTopControlsAdjustmentWithScale) |
EXPECT_POINT_EQ(expected, frameView.scrollPosition()); |
// Scale back out, FrameView max scroll shouldn't have changed. Visual |
- // viewport should be moved up to accomodate larger view. |
+ // viewport should be moved up to accommodate larger view. |
webViewImpl()->applyViewportDeltas(WebFloatSize(), WebFloatSize(), WebFloatSize(), 0.5f, 0); |
EXPECT_EQ(1, visualViewport.scale()); |
EXPECT_POINT_EQ(expected, frameView.scrollPosition()); |