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

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
« no previous file with comments | « no previous file | third_party/WebKit/PerformanceTests/Layout/resources/character_fallback_chars_aat.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..94d7e4d5a627c8706893b3ccfc7fc531608cc811
--- /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, Times, 'Hiragino Mincho Pro';
+}
+</style>
+</head>
+<body onload="startTest()">
+ <pre id="log"></pre>
+ <div id="target"></div>
+</body>
+</html>
« no previous file with comments | « no previous file | third_party/WebKit/PerformanceTests/Layout/resources/character_fallback_chars_aat.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698