4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
5 <link rel=
"stylesheet" type=
"text/css" href=
"resources/text-scaling.css">
6 <script src=
"resources/text-scaling.js"></script>
8 body { overflow: hidden; }
11 <body style=
"overflow: hidden;">
13 <h1>Font Size Scaling Pixel Test
</h1>
15 Size of the text should scale smoothly.
16 Reported width should be within
0.02px of that of the highlighted reference row.
21 if (window
.testRunner
&& window
.testRunner
.setTextSubpixelPositioning
)
22 window
.testRunner
.setTextSubpixelPositioning(true);
24 var PANGRAM
= 'Amazingly few discotheques provide jukeboxes.';
25 runTest(document
.getElementById('test'), PANGRAM
);