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

Unified Diff: LayoutTests/editing/selection/caret-in-textarea-auto-expected.txt

Issue 302433015: Use correct offset when attribute auto is present (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename isTextDirectionHasAutoAttribute to hasDirectionAutoAttribute Created 6 years, 7 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
Index: LayoutTests/editing/selection/caret-in-textarea-auto-expected.txt
diff --git a/LayoutTests/editing/selection/caret-in-textarea-auto-expected.txt b/LayoutTests/editing/selection/caret-in-textarea-auto-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c51b7fbfce9ba66adce0d004a77a42a8ec5e5b9f
--- /dev/null
+++ b/LayoutTests/editing/selection/caret-in-textarea-auto-expected.txt
@@ -0,0 +1,13 @@
+Test caret position in a textarea with direction auto and having RTL text. When entering a LTR text caret position is changed.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS caretRect[0] is 198
+PASS caretRect[1] is 101
+PASS caretRect[0] is 187
+PASS caretRect[1] is 133
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698