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

Unified Diff: LayoutTests/editing/selection/skip-non-editable-rtl.html

Issue 602423002: Mixing content editable and non-editable in direction RTL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-changed back to patch 1 changes Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/editing/selection/skip-non-editable-rtl-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/editing/selection/skip-non-editable-rtl-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698