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

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

Issue 2621213002: Convert editing/pasteboard/5075944.html with assert_selection (Closed)
Patch Set: Add availability check of test runner Created 3 years, 11 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/copy-paste-underlined.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/5075944.html
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/5075944.html b/third_party/WebKit/LayoutTests/editing/pasteboard/5075944.html
deleted file mode 100644
index e99406bc7fb973c09768574d9db4486ed734edcb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/5075944.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<p>This test for a bug copy/pasting underlined text.</p>
-<div id="copy" contenteditable="true">This should be underlined.</div>
-<div id="paste" contenteditable="true"><br></div>
-
-<script>
-var copy = document.getElementById("copy");
-copy.focus();
-document.execCommand("SelectAll");
-document.execCommand("Underline");
-document.execCommand("Copy");
-var paste = document.getElementById("paste");
-paste.focus();
-document.execCommand("Paste");
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/copy-paste-underlined.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698