| Index: LayoutTests/fast/text/sub-pixel/text-scaling-pixel.html
|
| diff --git a/LayoutTests/fast/text/sub-pixel/text-scaling-pixel.html b/LayoutTests/fast/text/sub-pixel/text-scaling-pixel.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44e8d895f825fb5c47eb4d173e9e5a1aa8dda3bd
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/sub-pixel/text-scaling-pixel.html
|
| @@ -0,0 +1,25 @@
|
| +<!DOCTYPE>
|
| +<html>
|
| + <head>
|
| + <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| + <link rel="stylesheet" type="text/css" href="resources/text-scaling.css">
|
| + <script src="resources/text-scaling.js"></script>
|
| + </head>
|
| + <body>
|
| + <section>
|
| + <h1>Font Size Scaling Pixel Test</h1>
|
| + <p>
|
| + Size of the text should scale smoothly.
|
| + Reported width should be within 0.01px of that of the highlighted reference row.
|
| + </p>
|
| + <div id="test"></div>
|
| + </section>
|
| + <script>
|
| + if (window.testRunner && window.testRunner.setTextSubpixelPositioning)
|
| + window.testRunner.setTextSubpixelPositioning(true);
|
| +
|
| + var PANGRAM = 'Amazingly few discotheques provide jukeboxes.';
|
| + runTest(document.getElementById('test'), PANGRAM);
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|