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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling-unified-emulation.html

Issue 2235643002: Code cleanup related to unified text checker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@EnableUnifiedTextCheckerByDefault
Patch Set: Rebased on removal of grammar-checking code 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/spelling-unified-emulation.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-unified-emulation.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling-unified-emulation.html
index 2974051c82808ca2412cf5f266e052c22bb15fce..e0d4eaa8042a8ac17c04ff6d8c3941c1eb9061d7 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-unified-emulation.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling-unified-emulation.html
@@ -25,9 +25,6 @@ function removeChildren(node) {
node.removeChild(node.firstChild);
}
-if (window.internals)
- internals.settings.setUnifiedTextCheckerEnabled(true);
-
var testData = [
{ text: 'zz', marked: ['zz'] },
{ text: 'apple,zz,orange', marked: ['zz'] },
@@ -79,9 +76,6 @@ for (var i = 0; i < testData.length; ++i) {
performTest('test', testData[i]);
}
-if (window.internals)
- internals.settings.setUnifiedTextCheckerEnabled(false);
-
var successfullyParsed = true;
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698