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

Unified 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, 6 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 | PerformanceTests/Layout/resources/character_fallback_chars.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/character_fallback.html
diff --git a/PerformanceTests/Layout/character_fallback.html b/PerformanceTests/Layout/character_fallback.html
new file mode 100644
index 0000000000000000000000000000000000000000..503389eb1fbd4c303cf88f55f0384c2c3781ab65
--- /dev/null
+++ b/PerformanceTests/Layout/character_fallback.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+ <title>Character Font Fallback Performance</title>
+<script src="../resources/runner.js"></script>
+<script src="resources/character_fallback_chars.js"></script>
+<script src="resources/character_fallback_test.js"></script>
+</head>
+<body onload="startTest()">
+ <pre id="log"></pre>
+ <div id="target"></div>
+</body>
+</html>
« 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