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

Unified Diff: third_party/WebKit/LayoutTests/editing/inserting/redo.html

Issue 2296583002: Convert editing/inserting/redo.html to use w3c test harness (Closed)
Patch Set: 2016-08-30T15:22:16 Created 4 years, 4 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/inserting/redo_insert_text.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/inserting/redo.html
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/redo.html b/third_party/WebKit/LayoutTests/editing/inserting/redo.html
deleted file mode 100644
index 2b0c6f16697f73eae0200b1a08c9389c02dc467c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/inserting/redo.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<script>
-if (window.testRunner)
- testRunner.dumpEditingCallbacks();
-</script>
-<div id="test" contenteditable="true"></div>
-
-<script>
-window.getSelection().collapse(document.getElementById("test"), 0);
-document.execCommand("InsertText", false, "The caret should be at the end of this sentence.");
-document.execCommand("Undo");
-document.execCommand("Redo");
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/inserting/redo_insert_text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698