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

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: CL Description change, Typo patch apply to upstream master. Created 5 years 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 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());
« no previous file with comments | « third_party/WebKit/Source/web/tests/TextFinderTest.cpp ('k') | third_party/WebKit/Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698