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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-008.html

Issue 2280473004: Convert editing/deleting/delete-at-paragraph-boundaries-008.html to use w3c test harness (Closed)
Patch Set: 2016-08-25T13:47:54 Created 4 years, 4 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/deleting/delete_at_paragraph_boundaries.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-008.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-008.html b/third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-008.html
deleted file mode 100644
index 05facebeef69f989d9c9448c7a27cbed96ab5421..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-008.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<html>
-<head>
-
-<style>
-.editing {
- border: 2px solid red;
- font-size: 24px;
-}
-.explanation {
- border: 2px solid blue;
- padding: 12px;
- font-size: 24px;
- margin-bottom: 24px;
-}
-.scenario { margin-bottom: 16px;}
-.scenario:first-line { font-weight: bold; margin-bottom: 16px;}
-.expected-results:first-line { font-weight: bold }
-</style>
-<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
-
-<script>
-
-function editingTest() {
- moveSelectionForwardByLineCommand();
- moveSelectionForwardByLineCommand();
- moveSelectionForwardByLineCommand();
- for (i = 0; i < 2; i++)
- moveSelectionForwardByCharacterCommand();
- for (i = 0; i < 2; i++)
- extendSelectionForwardByCharacterCommand();
- deleteCommand();
-}
-
-</script>
-
-<title>Editing Test</title>
-</head>
-<body>
-
-<div class="explanation">
-<div class="scenario">
-Tests:
-<br>
-Deleting when a selection starts in the middle of the last paragraph and extends to the end of that paragraph
-</div>
-<div class="expected-results">
-Expected Results:
-<br>
-Should see the four lines in the red box. First line should be "one". Next one should be "two". Next one should be "three". Last one should be "fo". Insertion point should be blinking at the start of the fourth (last) line.
-</div>
-</div>
-
-<div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
-<div id="test" class="editing">
-one
-<p style="margin-top: 0; margin-bottom: 0">two</p>
-<p style="margin-top: 0; margin-bottom: 0">three</p>
-<p style="margin-top: 0; margin-bottom: 0">four</p>
-</div>
-</div>
-
-<script>
-runEditingTest();
-</script>
-
-</body>
-</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/delete_at_paragraph_boundaries.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698