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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/3976872.html

Issue 2344563004: Convert editing/pasteboard/3976872.html to use w3c test harness (Closed)
Patch Set: 2016-09-15T17:35:17 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/paste_plain_text_to_newlines.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/pasteboard/3976872.html
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/3976872.html b/third_party/WebKit/LayoutTests/editing/pasteboard/3976872.html
deleted file mode 100644
index f786e479e05ff06da2d9ce39dc7d30e0d863c6fb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/3976872.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<html>
-<head>
-
-<style>
-.editing {
- border: 1px solid red;
-}
-</style>
-<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
-
-<script>
-
-function editingTest() {
- extendSelectionForwardByLineCommand();
- copyCommand();
- boldCommand();
- moveSelectionBackwardByCharacterCommand();
- insertParagraphCommand();
- moveSelectionBackwardByCharacterCommand();
- pasteAndMatchStyleCommand();
-}
-
-</script>
-
-<title>Paste and match style on an empty (but styled) line</title>
-</head>
-<body>
-
-<p>This tests paste and match style on an empty (but styled) line</p>
-<p>The first line is copied (unstyled), then it's bolded, then a paragraph separator is inserted and the original unstyled line is pasted (with style matching).</p>
-
-<hr>
-
-<div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
-<div id="test" class="editing">this text should end up bold</div>
-</div>
-
-<script>
-runEditingTest();
-</script>
-
-</body>
-</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/paste_plain_text_to_newlines.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698