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

Side by Side Diff: LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl.html

Issue 437843002: Invalid caret at the end of line in overtype mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 internals.toggleOverwriteModeEnabled(document);
5
6 function runTest() {
7 var element = (document.getElementById("editableContent")).firstChild;
8 getSelection().collapse(element, element.length);
9 }
10 </script>
11 <body onload="runTest();">
12 <!-- We want to test block cursor appearance at the end of lines that aren't the end of the editable element. -->
13 <div id="editableContent" style="direction: rtl;" contenteditable="true">&#x 05e9;&#x05d3;&#x05df;ABC<br>ABC</div>
14 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698