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

Side by Side Diff: PerformanceTests/Layout/character_fallback.html

Issue 360363002: Adding a performance test for font fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@benchmarkBefore
Patch Set: Created 6 years, 5 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 | PerformanceTests/Layout/resources/character_fallback_chars.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</title>
4 <script src="../resources/runner.js"></script>
5 <script src="resources/character_fallback_chars.js"></script>
6 <script src="resources/character_fallback_test.js"></script>
7 </head>
8 <body onload="startTest()">
9 <pre id="log"></pre>
10 <div id="target"></div>
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « no previous file | PerformanceTests/Layout/resources/character_fallback_chars.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698