Index: LayoutTests/editing/input/reveal-edit-on-paste-vertically.html |
=================================================================== |
--- LayoutTests/editing/input/reveal-edit-on-paste-vertically.html (revision 113049) |
+++ LayoutTests/editing/input/reveal-edit-on-paste-vertically.html (working copy) |
@@ -1,26 +0,0 @@ |
-<!DOCTYPE html> |
-<head> |
-<script type="text/javascript" src="resources/reveal-utilities.js"></script> |
-<style type="text/css"> |
-/* This is needed for divs percent heights to work. */ |
-html { height:100%; } |
-body { margin:0; padding:0; height:100%; } |
-</style> |
-</head> |
-<body> |
-<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> |
- |
-if (window.layoutTestController) |
- layoutTestController.dumpAsText(); |
-performVerticalScrollingPasteTest(); |
-assertInputIsInTheMiddleOfViewport(); |
- |
-</script> |
-</body> |