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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling.html

Issue 2449443002: Convert editing/spelling/spelling.html with spellcheck_test (Closed)
Patch Set: Done Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/spelling/spelling.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling.html
deleted file mode 100644
index 6c9dd776b742a95c515da9f821d77a9250fd345d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<div contenteditable id="sample">a</div>
-<script>
-if (window.testRunner)
- testRunner.setMockSpellCheckerEnabled(true);
-
-const sample = document.getElementById('sample');
-const selection = window.getSelection();
-selection.collapse(sample, 0);
-document.execCommand('insertText', false, 'x');
-document.execCommand('insertParagraph');
-document.execCommand('insertText', false, 'zz ');
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698