Index: third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-01.html |
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-01.html b/third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-01.html |
deleted file mode 100644 |
index 7a40dd0dea9ec06069c96b85232e6ad04a977b73..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-01.html |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-<html> |
-<head> |
- |
-<link rel="stylesheet" href="../editingStyle.css"> |
-<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
- |
-<script> |
- |
-function editingTest() { |
- moveSelectionForwardByLineCommand(); |
- moveSelectionForwardByLineCommand(); |
- moveSelectionForwardByLineCommand(); |
- moveSelectionForwardByLineCommand(); |
- typeCharacterCommand(); |
-} |
- |
-</script> |
- |
-<title>Editing Test</title> |
-</head> |
-<body> |
- |
-<p>This tests the visual position at the end of an editable block.</p> |
-<p>When the document ended with a <br>, there were visual positions at both [br, 0] and [br, 1]. This would produce inconsistent behavior when editing at the end of a document.</p> |
- |
-<div contenteditable id="test" class="editing"> |
-<div>paragraph one</div> |
-<div>paragraph two</div> |
-<br></div> |
- |
-<script>runEditingTest();</script> |
- |
-</body></html> |