Index: LayoutTests/fast/repaint/positioned-input-text-cursor-repaint-expected.html |
diff --git a/LayoutTests/fast/repaint/positioned-input-text-cursor-repaint-expected.html b/LayoutTests/fast/repaint/positioned-input-text-cursor-repaint-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4b95676fde3e5b533fb7a3bab3ef1b6b35dcd36d |
--- /dev/null |
+++ b/LayoutTests/fast/repaint/positioned-input-text-cursor-repaint-expected.html |
@@ -0,0 +1,15 @@ |
+<!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
|
+<style> |
+input { |
+ position: absolute; |
+ top: 0; |
+ left: 30px; |
+ height: 50px; |
+ width: 200px; |
+} |
+</style> |
+ |
+<input id="input" type="text"> |
+<script> |
+document.getElementById('input').focus(); |
+</script> |