Index: third_party/WebKit/LayoutTests/editing/selection/focus_editable_html.html |
diff --git a/third_party/WebKit/LayoutTests/editing/selection/focus_editable_html.html b/third_party/WebKit/LayoutTests/editing/selection/focus_editable_html.html |
deleted file mode 100644 |
index 8812700c848a12a100429fcf72804052646ac000..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/selection/focus_editable_html.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<html id="hElem" contenteditable=true> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpEditingCallbacks(); |
-</script> |
- |
-<body style="overflow:hidden;" onload="document.getElementById('hElem').focus()"> |
-This test makes sure that we don't scroll unnecessarily to reveal an editable HTML Element. |
-<br> If the document doesn't scroll, test passes.<br> |
-<b>This demonstrates a bug: normally, focusing an element will select its contents.</b> |
-<div style="width:2000px;height:2000px;"></div> |
-If the document scrolls here, test fails. |
-</body> |
-</html> |