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

Unified Diff: LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html

Issue 271633002: Unloaded font segment should not affect primaryFontData (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « LayoutTests/svg/custom/svg-fonts-unloaded-segment.html ('k') | Source/platform/fonts/FontFallbackList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html
diff --git a/LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html b/LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a43c61bc4995f6171c5994814b8c960f14bc4ed4
--- /dev/null
+++ b/LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+<style>
+ @font-face {
+ font-family: f;
+ src: url("resources/graffiti.svg#SVGraffiti") format(svg)
+ }
+
+ #test {
+ font-family: f, sans-serif;
+ font-size: 40px;
+ }
+</style>
+</head>
+<body>
+
+<p id='test'>This text should be rendered with SVGraffiti.</p>
+
+</body>
+</html>
« no previous file with comments | « LayoutTests/svg/custom/svg-fonts-unloaded-segment.html ('k') | Source/platform/fonts/FontFallbackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698