Index: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html |
diff --git a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html |
deleted file mode 100644 |
index b699025edfcaed417e31a39f7c6a7952c6bf3b65..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_empty_editable_input.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<style> |
- @font-face { |
- font-family: ahem; |
- src: url(Ahem.ttf); |
- } |
- * { |
- font-family: ahem; |
- margin: 0; |
- padding: 0; |
- } |
-</style> |
-<input type="text" id="text"/> |
-<script> |
- var textNode = document.getElementById("text"); |
- textNode.focus(); |
- |
- var expectEditable = true; |
- var expectEmptyTextFormControl = true; |
- var yBottomEpsilon = 2; |
- window.expectedResult = [document, 2, 2, 2, 14, document, 2, 2, 2, 14, expectEditable, expectEmptyTextFormControl, yBottomEpsilon]; |
-</script> |
- |