| Index: LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl.html
|
| diff --git a/LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl.html b/LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..94f16e404e6dfc7dc98f15c67657066425595f9e
|
| --- /dev/null
|
| +++ b/LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| +if (window.testRunner)
|
| + internals.toggleOverwriteModeEnabled(document);
|
| +
|
| +function runTest() {
|
| + var element = (document.getElementById("editableContent")).firstChild;
|
| + getSelection().collapse(element, element.length);
|
| +}
|
| +</script>
|
| +<body onload="runTest();">
|
| + <!-- We want to test block cursor appearance at the end of lines that aren't the end of the editable element. -->
|
| + <div id="editableContent" style="direction: rtl;" contenteditable="true">שדןABC<br>ABC</div>
|
| +</body>
|
|
|