Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: LayoutTests/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html

Issue 1356983003: Set SelectionPaintingWithoutSelectionGaps to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Two more tests. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698