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

Unified Diff: LayoutTests/editing/pasteboard/paste-after-inline-style-element.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/pasteboard/paste-after-inline-style-element.html
diff --git a/LayoutTests/editing/pasteboard/paste-after-inline-style-element.html b/LayoutTests/editing/pasteboard/paste-after-inline-style-element.html
deleted file mode 100644
index da283353749bbef05d59cc22ed1ad673998eb819..0000000000000000000000000000000000000000
--- a/LayoutTests/editing/pasteboard/paste-after-inline-style-element.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<div id="test" contenteditable><blockquote type="cite"><b>line 1 <br></b>&nbsp;</blockquote></div>
-<script src="../../resources/dump-as-markup.js"></script>
-<script>
-
-Markup.description('This test ensures WebKit does not crash when pasting content immediately after an inline style element.\n'
-+ 'This test exhibits a bug. The inserted content should be on a separate line but it is not.');
-
-window.getSelection().setPosition(document.getElementById('test').firstChild, 1);
-document.execCommand('InsertHTML', false, '<blockquote type="cite">line 2</blockquote>');
-
-Markup.dump('test');
-
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698