| Index: LayoutTests/fast/text/aat-morx.html
|
| diff --git a/LayoutTests/fast/text/aat-morx.html b/LayoutTests/fast/text/aat-morx.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3c4a8ed471b843ffb44ea211c34617fbaf00f322
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/aat-morx.html
|
| @@ -0,0 +1,10 @@
|
| +<style>
|
| +.aattest {
|
| + font-family: ChromiumAATTest;
|
| + text-rendering: optimizeLegibility;
|
| + font-size: 250px;
|
| +}
|
| +</style>
|
| +You should see a black and white Chromium logo. This test requires the ChromiumAATTest font to be available in the test
|
| +runner, the test only works on Mac in order to verify AAT font support.
|
| +<div class="aattest">abcd</div>
|
|
|