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

Unified Diff: LayoutTests/editing/inserting/insert-br-quoted-003.html

Issue 13954003: Remove mail blockquote special case handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/editing/inserting/insert-br-quoted-003.html
diff --git a/LayoutTests/editing/inserting/insert-br-quoted-003.html b/LayoutTests/editing/inserting/insert-br-quoted-003.html
deleted file mode 100644
index a56c2c895694b7eb1b4a24bedd87f3bad8e86d0f..0000000000000000000000000000000000000000
--- a/LayoutTests/editing/inserting/insert-br-quoted-003.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<html>
-<head>
-
-<style>
-.editing {
- border: 2px solid red;
- padding: 12px;
- font-size: 24px;
-}
-.scenario:first-line { font-weight: bold; font-size: 24px; }
-.expected:first-line { font-weight: bold; font-size: 24px; }
-.citation { margin-bottom: 0px; border: 2px solid blue; font-size: 24px; }
-</style>
-<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
-
-<script>
-
-function editingTest() {
- moveSelectionForwardByCharacterCommand();
- moveSelectionForwardByCharacterCommand();
- moveSelectionForwardByCharacterCommand();
- moveSelectionForwardByCharacterCommand();
- insertNewlineInQuotedContentCommand();
-}
-
-</script>
-
-<title>Editing Test</title>
-</head>
-<body id="root">
-<div class="explanation">
-<div class="scenario">
-Splitting Mail blockquotes.
-</div>
-<div class="expected">
-Expected Results:
-<br>
-Two blockquotes, with an unquoted blank line in between.<br>
-The first blockquote contains two lines, the second one is blank.<br>
-The second blockquote contains two non-blank lines.
-</div>
-</div>
-<div contenteditable class="editing">My citation:
-<div id="test">
-<blockquote class="citation" type="cite"><div>one</div><div style="min-height: 24px;"><div style="min-height: 24px;"><div style="min-height: 24px;"><br>one and a half</div></div></div><div>two</div></blockquote>
-</div>
-</div>
-
-<script>
-runEditingTest();
-</script>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698