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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html

Issue 2251693003: Rename "ContinuousSpellChecking" to "SpellChecking" in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
index a6d58d0f3ae655d9179a2a452a8af80a8d16ee85..7d5855db2767acea6befad0fff000b43e02f6e7c 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.html
@@ -32,7 +32,7 @@ steps = [
function() {
window.getSelection().selectAllChildren(srcNode);
document.execCommand('Copy');
- internals.setContinuousSpellCheckingEnabled(false);
+ internals.setSpellCheckingEnabled(false);
document.execCommand('Paste');
}
];

Powered by Google App Engine
This is Rietveld 408576698