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

Unified Diff: LayoutTests/editing/caret/caret-position.html

Issue 447243002: Cursor to be centrally aligned instead of top aligned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test fix for Win-XP platform Created 6 years, 4 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/caret/caret-position.html
diff --git a/LayoutTests/editing/caret/caret-position.html b/LayoutTests/editing/caret/caret-position.html
new file mode 100644
index 0000000000000000000000000000000000000000..f54c337fb45c2522fdf0b62ca386622228887985
--- /dev/null
+++ b/LayoutTests/editing/caret/caret-position.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<body>
+This tests if the caret position is aligned correctly.
+<input id="text" style="line-height: 1; font-size: 10; padding: 1px 0px 1px 1px; width:200px;"/>
+<script>
+document.getElementById('text').focus();
+</script>
+</body>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/editing/selection/mixed-editability-10-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698