Index: LayoutTests/editing/inserting/insert-br-quoted-002.html |
diff --git a/LayoutTests/editing/inserting/insert-br-quoted-002.html b/LayoutTests/editing/inserting/insert-br-quoted-002.html |
deleted file mode 100644 |
index 6ab0b173359804c592fd5d5b2622c2480a30763c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/editing/inserting/insert-br-quoted-002.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 is a single non-blank line. |
-</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></div></div></div><div>two</div></blockquote> |
-</div> |
-</div> |
- |
-<script> |
-runEditingTest(); |
-</script> |
- |
-</body> |
-</html> |