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

Side by Side 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, 3 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <script>
2 if (window.testRunner)
3 testRunner.dumpEditingCallbacks();
4 </script>
5 <div id="test" contenteditable="true"></div>
6
7 <script>
8 window.getSelection().collapse(document.getElementById("test"), 0);
9 document.execCommand("InsertText", false, "The caret should be at the end of thi s sentence.");
10 document.execCommand("Undo");
11 document.execCommand("Redo");
12 </script>
OLDNEW
« 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