Index: LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl-expected.html |
diff --git a/LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl-expected.html b/LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8afe887407dc4830af70076ff1212df85dddc9ec |
--- /dev/null |
+++ b/LayoutTests/editing/selection/block-cursor-overtype-mode-end-of-line-rtl-expected.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<script> |
+function run() { |
+ var element = (document.getElementById("editableContent")).firstChild; |
+ getSelection().collapse(element, element.length); |
+} |
+</script> |
+</head> |
+<body style = "font: 30px;" onload="run();"> |
+ <!-- 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> |
+</html> |