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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/autosize/main.js

Issue 1114623003: Fix a few spelling errors in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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: chrome/test/data/extensions/platform_apps/web_view/autosize/main.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/autosize/main.js b/chrome/test/data/extensions/platform_apps/web_view/autosize/main.js
index 017d7414059c0da7468c7a4187ec0788b94b514c..f19fa2e21075a32568a54c16b163e4b884bb3624 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/autosize/main.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/autosize/main.js
@@ -38,7 +38,7 @@ function testAutoSize() {
});
webview.addEventListener('sizechanged', function(e) {
- window.console.log('sizechagned: dimension: ' + e.newWidth + ' X ' +
+ window.console.log('sizechanged: dimension: ' + e.newWidth + ' X ' +
e.newHeight);
chrome.test.assertTrue(e.newWidth >= minw);
chrome.test.assertTrue(e.newWidth <= maxw);
« no previous file with comments | « chrome/browser/ui/webui/options/language_options_interactive_uitest.cc ('k') | content/public/test/javascript_test_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698