Index: third_party/WebKit/LayoutTests/editing/selection/move-by-character-002.html |
diff --git a/third_party/WebKit/LayoutTests/editing/selection/move-by-character-002.html b/third_party/WebKit/LayoutTests/editing/selection/move-by-character-002.html |
deleted file mode 100644 |
index 7e106dcd0da4810f4011a0c36a94566a8cf1ef7e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/selection/move-by-character-002.html |
+++ /dev/null |
@@ -1,37 +0,0 @@ |
-<html> |
-<head> |
- |
-<style> |
-.editing { |
- border: 2px solid red; |
- padding: 12px; |
- font-size: 24px; |
-} |
-</style> |
-<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
- |
-<script> |
- |
-function editingTest() { |
- for (i = 0; i < 33; i++) { |
- moveSelectionForwardByCharacterCommand(); |
- } |
-} |
- |
-</script> |
- |
-<title>Editing Test</title> |
-</head> |
-<body> |
-<div contenteditable id="root" class="editing"> |
-<span id="test">a<img src="../resources/abe.png">new |
-<br>nation <i> </i> <img src="../resources/abe.png"> conceived |
-<br>nation<img src="../resources/abe.png"></span> |
-</div> |
- |
-<script> |
-runEditingTest(); |
-</script> |
- |
-</body> |
-</html> |