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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Character Font Fallback Performance with AAT fonts</title>
4 <script src="../resources/runner.js"></script>
5 <script src="resources/character_fallback_chars_aat.js"></script>
6 <script src="resources/character_fallback_test.js"></script>
7 <style>
8 #target {
9 /* Ensure AAT is in fallback on Mac, see crbug.com/547912 */
10 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.
11 }
12 </style>
13 </head>
14 <body onload="startTest()">
15 <pre id="log"></pre>
16 <div id="target"></div>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698