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

Unified Diff: LayoutTests/editing/selection/13804.html

Issue 225183005: Refactoring editing/selection/13804.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 | LayoutTests/editing/selection/13804-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/selection/13804.html
diff --git a/LayoutTests/editing/selection/13804.html b/LayoutTests/editing/selection/13804.html
deleted file mode 100644
index 9d6955b6dc213e80cc6c54ea16b79dab887480b0..0000000000000000000000000000000000000000
--- a/LayoutTests/editing/selection/13804.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<p>This tests for a bug when moving the caret backward through a misspelled word. Once the caret is no longer adjacent to it it should be marked as misspelled.</p>
-<div id="div" contenteditable="true"><br></div>
-
-<script>
-var div = document.getElementById("div");
-div.focus();
-document.execCommand("InsertText", false, "This sentence ends with a misspelled word asd.");
-var selection = window.getSelection();
-selection.modify("move", "backward", "character");
-selection.modify("move", "backward", "character");
-selection.modify("move", "backward", "character");
-selection.modify("move", "backward", "character");
-selection.modify("move", "backward", "character");
-selection.modify("move", "backward", "character");
-</script>
« no previous file with comments | « no previous file | LayoutTests/editing/selection/13804-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698