Chromium Code Reviews| Index: third_party/WebKit/PerformanceTests/Layout/character_fallback_aat.html |
| diff --git a/third_party/WebKit/PerformanceTests/Layout/character_fallback_aat.html b/third_party/WebKit/PerformanceTests/Layout/character_fallback_aat.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..504d5ae8dcce6196b5e95ce773bba06c2191b4fd |
| --- /dev/null |
| +++ b/third_party/WebKit/PerformanceTests/Layout/character_fallback_aat.html |
| @@ -0,0 +1,18 @@ |
| +<html> |
| +<head> |
| + <title>Character Font Fallback Performance with AAT fonts</title> |
| +<script src="../resources/runner.js"></script> |
| +<script src="resources/character_fallback_chars_aat.js"></script> |
| +<script src="resources/character_fallback_test.js"></script> |
| +<style> |
| +#target { |
| + /* Ensure AAT is in fallback on Mac, see crbug.com/547912 */ |
| + font-family: Palatino, Georgia, Times, 'Times New Roman'; |
|
drott
2016/01/19 08:30:20
Palatino and Times are AAT, Georgia and Times New
kojii
2016/01/25 05:25:16
Done.
|
| +} |
| +</style> |
| +</head> |
| +<body onload="startTest()"> |
| + <pre id="log"></pre> |
| + <div id="target"></div> |
| +</body> |
| +</html> |