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

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

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../resources/ahem.js"></script>
4 <style> 5 <style>
5 .editing { 6 .editing {
6 border: solid red 50px; 7 border: solid red 50px;
7 line-height: 18px; 8 line-height: 18px;
8 padding: 24.5px; 9 padding: 24.5px;
9 width: 600px; 10 width: 600px;
10 font: 10px Ahem; 11 font: 10px Ahem;
11 -webkit-font-smoothing: none; 12 -webkit-font-smoothing: none;
12 } 13 }
13 </style> 14 </style>
(...skipping 18 matching lines...) Expand all
32 Four score and seven years ago our fathers brought forth, upon this 33 Four score and seven years ago our fathers brought forth, upon this
33 continent, a new nation, conceived in Liberty, and dedicated to the 34 continent, a new nation, conceived in Liberty, and dedicated to the
34 proposition that all men are created equal. 35 proposition that all men are created equal.
35 </div> 36 </div>
36 </div> 37 </div>
37 <script> 38 <script>
38 runEditingTest(); 39 runEditingTest();
39 </script> 40 </script>
40 </body> 41 </body>
41 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698