Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Unified Diff: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6781d0b1bbe1645abb09b0e5b8eac41ce11ca83c..903df7a09c2e39d95a76f5f3a88a007f62cb4691 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());

Powered by Google App Engine
This is Rietveld 408576698