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

Side by Side Diff: LayoutTests/fast/text/sub-pixel/resources/text-scaling.css

Issue 25512005: Enable experimental support for sub-pixel font scaling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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
(Empty)
1 section {
2 margin: 0 0 1em 0;
3 display: inline-block;
4 }
5
6 section > h1 {
7 font-weight: bold;
8 margin: 0;
9 }
10
11 section > p {
12 margin: 0.25em 0;
13 }
14
15 section > div > div {
16 font: normal 10px Helvetica;
17 white-space: nowrap;
18 }
19
20 section > div > div.header {
21 border: solid black;
22 border-width: 0 0 1px 0;
23 }
24
25 section > div > div > div {
26 display: inline-block;
27 width: 12ex;
28 text-align: right;
29 padding: 0 1ex 0 0;
30 }
31
32 .reference {
33 background: infobackground;
34 }
35
36 .size-fail > .results {
37 color: red;
38 font-weight: bold;
39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698