Index: LayoutTests/editing/selection/skip-non-editable-rtl.html |
diff --git a/LayoutTests/editing/selection/skip-non-editable-1.html b/LayoutTests/editing/selection/skip-non-editable-rtl.html |
similarity index 87% |
copy from LayoutTests/editing/selection/skip-non-editable-1.html |
copy to LayoutTests/editing/selection/skip-non-editable-rtl.html |
index 9a3a40b0ff435f2a5b55f916537ea5f5ac74fb21..f4849fc9088195457ab79acf2aeadba4ab6eccfb 100644 |
--- a/LayoutTests/editing/selection/skip-non-editable-1.html |
+++ b/LayoutTests/editing/selection/skip-non-editable-rtl.html |
@@ -27,8 +27,8 @@ function assert(bool) { |
</script> |
</head> |
-<body contentEditable="true"> |
-<p>This tests moving the caret in content of mixed editability. The caret should jump to the next editable region that shares a common editable ancestor when it reaches non-editable content.</p> |
+<body contentEditable="true" dir="rtl"> |
+<p>This tests moving the caret in content of mixed editability with direction RTL. The caret should jump to the next editable region that shares a common editable ancestor when it reaches non-editable content.</p> |
<div id="e1">editable content</div> |
<table cellpadding="5" contentEditable="false"> |
<tr> |