layout/reftests/text/osx-font-smoothing.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/osx-font-smoothing.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style type="text/css">
     1.8 +body {
     1.9 +  margin: 20px;
    1.10 +  font-family: Futura, Helvetica, Arial, sans-serif;
    1.11 +  background-color: black;
    1.12 +  color: white;
    1.13 +}
    1.14 +p {
    1.15 +  margin: 0;
    1.16 +  line-height: 1.3em;
    1.17 +  -moz-osx-font-smoothing: grayscale;
    1.18 +}
    1.19 +</style>
    1.20 +</head>
    1.21 +<body lang="en">
    1.22 +<p style="font-size: 9px;">I have stood still and stopped the sound of feet.</p>
    1.23 +<p style="font-size: 10px;">I have stood still and stopped the sound of feet.</p>
    1.24 +<p style="font-size: 11px;">I have stood still and stopped the sound of feet.</p>
    1.25 +<p style="font-size: 12px;">I have stood still and stopped the sound of feet.</p>
    1.26 +<p style="font-size: 13px;">I have stood still and stopped the sound of feet.</p>
    1.27 +<p style="font-size: 14px;">I have stood still and stopped the sound of feet.</p>
    1.28 +<p style="font-size: 15px;">I have stood still and stopped the sound of feet.</p>
    1.29 +<p style="font-size: 16px;">I have stood still and stopped the sound of feet.</p>
    1.30 +<p style="font-size: 17px;">I have stood still and stopped the sound of feet.</p>
    1.31 +<p style="font-size: 18px;">I have stood still and stopped the sound of feet.</p>
    1.32 +<p style="font-size: 19px;">I have stood still and stopped the sound of feet.</p>
    1.33 +<p style="font-size: 20px;">I have stood still and stopped the sound of feet.</p>
    1.34 +</body>
    1.35 +</html>

mercurial