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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 This tests if the caret position is aligned correctly.
4 <input id="text" style="line-height: 1; font-size: 10; padding: 1px 0px 1px 1px; width:200px;"/>
5 <script>
6 document.getElementById('text').focus();
7 </script>
8 </body>
OLDNEW
« 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