| Index: LayoutTests/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html
|
| diff --git a/LayoutTests/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html b/LayoutTests/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html
|
| deleted file mode 100644
|
| index 7fbebeefda6811586d8c36a9bdbd7ae3876c74a1..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html
|
| +++ /dev/null
|
| @@ -1,42 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script src="../../../resources/ahem.js"></script>
|
| -<style>
|
| -.editing {
|
| - border: solid red 50px;
|
| - line-height: 18px;
|
| - padding: 24.5px;
|
| - width: 600px;
|
| - font: 10px Ahem;
|
| - -webkit-font-smoothing: none;
|
| -}
|
| -</style>
|
| -<script src=../../../editing/editing.js language="JavaScript" type="text/JavaScript" ></script>
|
| -<script>
|
| -function editingTest() {
|
| - selectAllCommand();
|
| -}
|
| -</script>
|
| -</head>
|
| -<body>
|
| -<div contenteditable id="root" class="editing">
|
| -<div id="test">
|
| -Four score and seven years ago our fathers brought forth, upon this
|
| -continent, a new nation, conceived in Liberty, and dedicated to the
|
| -proposition that all men are created equal. Now we are engaged in a
|
| -great civil war, testing whether that nation, or any nation, so
|
| -conceived, and so dedicated, can long endure. We are met here on a great
|
| -battlefield of that war. We have come to dedicate a portion of it as a
|
| -final resting place for those who here gave their lives that that nation
|
| -might live. It is altogether fitting and proper that we should do this.
|
| -Four score and seven years ago our fathers brought forth, upon this
|
| -continent, a new nation, conceived in Liberty, and dedicated to the
|
| -proposition that all men are created equal.
|
| -</div>
|
| -</div>
|
| -<script>
|
| -runEditingTest();
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|