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

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

Issue 2297553002: Convert editing/deleting/delete-at-paragraph-boundaries-009.html to use w3c test harness (Closed)
Patch Set: 2016-08-31T14:27:07 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-009.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-009.html b/third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-009.html
deleted file mode 100644
index 5f014994ef8bb2580aeba0bd16f0522b42852ea6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-009.html
+++ /dev/null
@@ -1,65 +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();
- extendSelectionForwardByLineCommand();
- for (i = 0; i < 3; i++)
- extendSelectionForwardByCharacterCommand();
- deleteCommand();
-}
-
-</script>
-
-<title>Editing Test</title>
-</head>
-<body>
-
-<div class="explanation">
-<div class="scenario">
-Tests:
-<br>
-Deleting when a selection starts at the beginning of a
-paragraph preceded by a text element and extends into the middle of a following paragraph.
-</div>
-<div class="expected-results">
-Expected Results:
-<br>
-Should see the three lines in the red box. First line should be "one". Next one should be "ee". Next one should be "four". Insertion point should be blinking at the start of the second 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