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

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
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, Times, 'Hiragino Mincho Pro';
11 }
12 </style>
13 </head>
14 <body onload="startTest()">
15 <pre id="log"></pre>
16 <div id="target"></div>
17 </body>
18 </html>
OLDNEW
« 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