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

Unified Diff: content/test/data/font/font_fallback.html

Issue 2833973003: Initialize FontConfigIPC when zygote is disabled so font fallback works. (Closed)
Patch Set: Make test TSan clean. Created 3 years, 7 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 | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/font/font_fallback.html
diff --git a/content/test/data/font/font_fallback.html b/content/test/data/font/font_fallback.html
new file mode 100644
index 0000000000000000000000000000000000000000..37345e71f8687561bc15ddce2bfe5056b62d2a83
--- /dev/null
+++ b/content/test/data/font/font_fallback.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<body>
+<canvas id='canvas' style='width: 100px; height: 100px'></canvas>
+<script>
+var c = document.getElementById('canvas').getContext('2d');
+c.fillText('\u{65E5}', 10, 60);
+</script>
+</body>
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698