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

Side by Side Diff: LayoutTests/fast/repaint/positioned-input-text-cursor-repaint-expected.html

Issue 709613003: To ensure consistency between layouts, we need to reset any overriden top for centering the textfie… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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>
Julien - ping for review 2014/11/11 16:57:58 If you only want to measure layout-related propert
pals 2014/11/12 13:29:08 I dont want to measure the layout-related properti
Julien - ping for review 2014/11/19 01:13:27 The logical top is a layout-related property and t
2 <style>
3 input {
4 position: absolute;
5 top: 0;
6 left: 30px;
7 height: 50px;
8 width: 200px;
9 }
10 </style>
11
12 <input id="input" type="text">
13 <script>
14 document.getElementById('input').focus();
15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698