Index: LayoutTests/editing/input/reveal-edit-on-paste-vertically.html |
diff --git a/LayoutTests/editing/input/reveal-edit-on-paste-vertically.html b/LayoutTests/editing/input/reveal-edit-on-paste-vertically.html |
index d882d84dcd6097e952307dda2323aa51a53d8c07..a1f38a6b9d9425682322fcf7230d066f06dcbac2 100644 |
--- a/LayoutTests/editing/input/reveal-edit-on-paste-vertically.html |
+++ b/LayoutTests/editing/input/reveal-edit-on-paste-vertically.html |
@@ -8,12 +8,12 @@ body { margin:0; padding:0; height:100%; } |
</style> |
</head> |
<body> |
+<div contenteditable="true" id="copy">WebKit</div> |
<div>After pasting text in a scrolled out of view editor control, the control is to be brought in the center of the view</div> |
<div style="height:200%"></div> |
<div>To test manually, have some text in the clipboard, then scroll the page up to the top, then paste. Input box should be scrolled into the middle of the view.</div> |
<input type="text" name="input" id="input" /> |
<div style="height:200%"></div> |
-<div contenteditable="true" id="copy">WebKit</div> |
<div id="results"></div> |
<script> |