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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../../resources/ahem.js"></script>
5 <style>
6 .editing {
7 border: solid red 50px;
8 line-height: 18px;
9 padding: 24.5px;
10 width: 600px;
11 font: 10px Ahem;
12 -webkit-font-smoothing: none;
13 }
14 </style>
15 <script src=../../../editing/editing.js language="JavaScript" type="text/JavaScr ipt" ></script>
16 <script>
17 function editingTest() {
18 selectAllCommand();
19 }
20 </script>
21 </head>
22 <body>
23 <div contenteditable id="root" class="editing">
24 <div id="test">
25 Four score and seven years ago our fathers brought forth, upon this
26 continent, a new nation, conceived in Liberty, and dedicated to the
27 proposition that all men are created equal. Now we are engaged in a
28 great civil war, testing whether that nation, or any nation, so
29 conceived, and so dedicated, can long endure. We are met here on a great
30 battlefield of that war. We have come to dedicate a portion of it as a
31 final resting place for those who here gave their lives that that nation
32 might live. It is altogether fitting and proper that we should do this.
33 Four score and seven years ago our fathers brought forth, upon this
34 continent, a new nation, conceived in Liberty, and dedicated to the
35 proposition that all men are created equal.
36 </div>
37 </div>
38 <script>
39 runEditingTest();
40 </script>
41 </body>
42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698