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

Unified Diff: third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-02.html

Issue 2339853002: Convert editing/inserting/insert-at-end-0[12].html to use w3c test harness (Closed)
Patch Set: 2016-09-14T15:19:59 Created 4 years, 3 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/inserting/insert-at-end-02.html
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-02.html b/third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-02.html
deleted file mode 100644
index 9b894f0b874de64e25f5fedc1462b82755085060..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/inserting/insert-at-end-02.html
+++ /dev/null
@@ -1,34 +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 &lt;br&gt;, 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>

Powered by Google App Engine
This is Rietveld 408576698