Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: third_party/WebKit/PerformanceTests/Layout/character_fallback_aat.html

Issue 1578913003: Add performance test of character_fallback with AAT fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drott review Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698