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> |